@extends('layouts.adminapp') @section('title') {{ __('lng.SetFee') }} @endsection @section('active_student', 'active') @section('open_student', 'open') @section('active_set_fee', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Fees') }} | {{ __('lng.Action') }} |
---|---|---|---|
{{ ++$si }} | {{ $Class->title }} | @currency($Class->TotalAmount()) | {{__('lng.SetFeesMonthly')}} |
{{ __('lng.Showing') }} {{ $Classes->count() }} {{ __('lng.Items') }}