| # | @lang('Fee Name') | {{transMsg(school('country')->code == 'BD' || 'SG' ? 'Class' : 'Grade')}} | @lang('Section') | @lang('Amount') | @lang('Total Students') | @lang('Total Cycle') | @lang('Cycle Done') | @lang('Cycle Status') | @lang('Created Date') | @lang('View') | {{--@lang('Select') | --}}
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{$fee->account_sector['name']}} | {{$fee->due_one->class->name}} | {{$fee->due_one->section->section_number}} | {{number_format($fee->amount, 2)}} | {{$fee->due->count()}} | {{$fee->cycle}} | {{$fee->cycle_status}} | {{$fee->cycle == $fee->cycle_status ? 'Complete' : 'In-complete'}} | {{date('d-m-Y',strtotime($fee->date))}} | @lang('View') | {{--
| --}}