{{__('Loading...')}}
@if(!empty($studentPays))
@foreach ($studentPays as $studentPay) @endforeach
{{__('Billing Month')}} {{__('Payment Date')}} {{__('Amount')}} {{__('Paid')}} {{__('Remain')}} {{__('Discounted')}} {{__('Status')}}
{{ __($billingMonth[$studentPay->id]) }} {{$payment_date[$studentPay->id]->format("Y-m-d")}} {{$studentPay->amount}}
@include('adminroleauthmodule::includes.save-buttons')
@endif
@push('js') @endpush