@extends('layouts.adminapp') @section('title') {{ __('lng.PendingStudentVehicleFeeReport') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_student_report', 'open') @section('active_student_report', 'active') @section('active_student_pending_vehicle_report', 'active') @section('content')

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

{{ __('lng.ClassDetails') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $i=0;@endphp @foreach ($Classes as $Class) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Class') }} {{ __('lng.Action') }}
{{ ++$i }} {{ $Class->title }} {{ __('lng.StudentDetails') }}

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

@endif
@endsection