{{ __('lng.SiNo') }} |
{{ __('lng.Route') }} |
{{ __('lng.Narration') }} |
{{__('lng.Action')}} |
@php $si=0; @endphp
@foreach ($VehicleRoutes as $VehicleRoute)
{{ ++$si }} |
{{ $VehicleRoute->title }} |
{{ $VehicleRoute->narration }} |
|
|
@endforeach
{{ $VehicleRoutes->count() }} {{ __('lng.Items') }}