logo
{{$school_name}}
{{$school_address}}

Fee Receipt

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: '-'}}

@php $no = 1; $amount = 0; @endphp @if($fees_paid->is_fully_paid) @if(isset($paid_installment) && !empty($paid_installment->toArray())) @foreach ($paid_installment as $data) @if($data->due_charges) @endif @endforeach @else @if(isset($fees_class) && !empty($fees_class)) @foreach ($fees_class as $data) @endif @endforeach @if($fees_paid->due_charges) @endif @endif @endif @else @if(isset($paid_installment) && !empty($paid_installment->toArray())) @foreach ($paid_installment as $data) {{-- @if($data->due_charges) @endif --}} @endforeach @endif @endif @foreach ($fees_choiceable as $data) @if($data->is_due_charges == 0) @endif @else @endif @endif @endforeach
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))}})
{{$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))}})
{{$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))}})
{{$data->total_amount}} {{$currency_symbol}}
Total Amount:- {{$fees_paid->total_amount}} {{$currency_symbol}}