@extends('layouts.app') @push('title') {{ $title }} @endpush @section('content')

{{ __($title) }}

{{ __('#SL') }}
{{ __('Code') }}
{{ __('Symbol') }}
{{ __('Placemnent') }}
{{ __('Action') }}
@endsection @push('script') @endpush