Invoice
Fee Receipt :- {{isset($fees_paid) ? $fees_paid->id : '-'}}
Payment Date :- {{isset($fees_paid) ? date('d-m-Y',strtotime($fees_paid->date)) : '-'}}
Student Details :-
Name :- {{isset($fees_paid) ? $fees_paid->student->user->first_name.' '.$fees_paid->student->user->last_name : '-'}}
Session :- {{isset($fees_paid) ? $fees_paid->session_year->name : '-'}}
Class :- {{isset($fees_paid) ? $fees_paid->student->class_section->class->name . '-' . $fees_paid->student->class_section->section->name. ' ' . $fees_paid->student->class_section->class->medium->name: '-'}}
| Sr no. | Fee Type | Amount | |
|---|---|---|---|
| {{$no++}} | {{$data->installment_fee->name}} (PAID ON :- {{date('d-m-Y',strtotime($data->date))}}) |
{{$data->amount}} {{$currency_symbol}} | |
| {{$no++}} | Due Charges
{{$data->installment_fee->name}} :- |
{{$data->due_charges}} {{$currency_symbol}} | |
| {{$no++}} | {{$data->fees_type->name}}
@if($fees_paid->date)
(PAID ON :- {{date('d-m-Y',strtotime($fees_paid->date))}}) |
@endif
{{$data->amount}} {{$currency_symbol}} | |
| {{$no++}} | Due Charges
(PAID ON :- {{date('d-m-Y',strtotime($fees_paid->date))}}) |
{{$fees_paid->due_charges}} {{$currency_symbol}} | |
| {{$no++}} | {{$data->installment_fee->name}}
(PAID ON :- {{date('d-m-Y',strtotime($data->date))}}) |
{{$data->amount}} {{$currency_symbol}} | |
| {{$no++}} | Due Charges
{{$data->installment_fee->name}} :- |
{{$data->due_charges}} {{$currency_symbol}} | |
| {{$no++}} | {{$data->fees_type->name}}
@if($data->date)
(PAID ON :- {{date('d-m-Y',strtotime($data->date))}}) |
@endif
{{$data->total_amount}} {{$currency_symbol}} | |
| {{$no++}} | Due Charges ({{$session_year->fee_due_charges}} %)
@if($data->date)
(PAID ON :- {{date('d-m-Y',strtotime($fees_paid->date))}}) |
@endif
{{$data->total_amount}} {{$currency_symbol}} | |
| Total Amount:- | {{$fees_paid->total_amount}} {{$currency_symbol}} | ||