@extends('layouts.adminapp') @section('title') {{ __('lng.PayFee') }} @endsection @section('active_student', 'active') @section('open_student', 'open') @section('active_pay_fee', 'active') @section('content')

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

{{ __('lng.ClassTable') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $si=0; @endphp @foreach ($Classes as $Class) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Class') }} {{ __('lng.Students') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $Class->title }} {{ $Class->Student->where('isCancelled', 0)->count() }} {{ __('lng.StudentDetails') }}

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

@endif
@endsection