@extends('layouts.adminapp') @section('title') {{ __('lng.PayFee') }} @endsection @section('active_student', 'active') @section('open_student', 'open') @section('active_pay_fee', 'active') @section('content')
{{ __('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') }}