@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.SiNo') }} | {{ __('lng.Class') }} | {{ __('lng.Action') }} |
---|---|---|
{{ ++$i }} | {{ $Class->title }} | {{ __('lng.StudentDetails') }} |
{{ __('lng.Showing') }} {{ $Classes->count() }} {{ __('lng.Items') }}