{{ __('lng.SiNo') }} | {{ __('lng.Student') }} | {{ __('lng.Class') }} | {{ __('lng.Vehicle') }} | {{ __('lng.Route') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|
{{ ++$si }} | {{ $VehiclePayFee->StudentName }} | {{ App\Models\StudentClass::find($VehiclePayFee->ClassID)->title ?? '' }} | {{ App\Models\StudentVehicle::find($VehiclePayFee->VehicleID)->name ?? '' }} | {{ App\Models\StudentVehicleRoute::find($VehiclePayFee->RouteID)->title ?? '' }} |
{{ __('lng.Showing') }} {{ $VehiclePayFees->count() }} {{ __('lng.Items') }}