{{ __('lng.MonthlyFeeDetails') }}
@php $si=0; @endphp @foreach ($Students as $Student) @php $month = date("F-Y",strtotime($Student->month));@endphp @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Month') }} {{ __('lng.Amount') }} {{ __('lng.AdditionalCharge') }} {{ __('lng.TotalAmount') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $month }} @currency($Student->amount) @currency($Student->additional_charge) @currency($Student->total_amount) @currency($Student->total_amount)