@php $si=0; @endphp @foreach ($VehicleSetFees as $VehicleSetFee) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Student') }} {{ __('lng.Class') }} {{ __('lng.Vehicle') }} {{ __('lng.Route') }} {{ __('lng.Amount') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $VehicleSetFee->StudentName }} {{ App\Models\StudentClass::find($VehicleSetFee->ClassID)->title ?? __('lng.PassOut') }} {{ App\Models\StudentVehicle::find($VehicleSetFee->VehicleID)->name ?? '' }} {{ App\Models\StudentVehicleRoute::find($VehicleSetFee->RouteID)->title ?? '' }} @currency($VehicleSetFee->Amount)

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