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

{{ __('lng.Showing') }} {{ $VehicleRoutes->count() }} {{ __('lng.Items') }}