{{__('Loading...')}}
@if ($students)
@foreach ($students as $student) @endforeach
{{__('Name (Code)')}} {{__('Billing Month')}} {{__('Payment Date')}} {{__('Amount')}} {{__('Paid')}} {{__('Remain')}} {{__('Discounted')}} {{__('Status')}}
{{$student->name}} ({{$student->code}}) {{ __($this->getMonthName($billingMonth)) }} {{$payment_date[$student->id]}} {{$selectedGroup['payment_student']}}
@include('adminroleauthmodule::includes.save-buttons')
@endif
@push('js') @endpush