@extends('layouts.adminapp') @section('title') {{ __('lng.VehiclePayFee') }} @endsection @section('active_student_vehicle', 'active') @section('open_student_vehicle', 'open') @section('active_vehicle_pay_fee', 'active') @section('content')

{{ __('lng.VehiclePayFee') }}

{{ __('lng.StudentVehicleTable') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $si=0; @endphp @foreach ($VehiclePayFees as $VehiclePayFee) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Student') }} {{ __('lng.Class') }} {{ __('lng.Vehicle') }} {{ __('lng.Route') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $VehiclePayFee->Student->name }} {{ $VehiclePayFee->Student->Class->title ?? __('lng.PassOut') }} {{ $VehiclePayFee->Vehicle->name }} {{ $VehiclePayFee->Route->title }}

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

@endif
@endsection