Donar: {{ $data->donar->name ?? '' }}
Student: {{ $data->students->name ?? '--' }}
Class: {{ $data->students->stuclass->name ?? '--' }}
Date: {{ \Carbon\Carbon::parse($data->date)->format('d-m-Y') }}
Month: {{ \Carbon\Carbon::parse($data->month)->format('F, Y') }}
Receipt No: {{ $data->receipt_no ?? '--' }}
| Description | Amount |
|---|---|
| Academic Fee | {{ round($academicAmount) }} |
| Hostel Fee | {{ round($hostelAmount) }} |
| Other Fee | {{ round($otherAmount) }} |
| Total Discount | {{ round($totalDiscount) }} |
Total Amount:{{ round($totalAmount) }}
Previous Received:{{ round($totalReceived - $data->amount) }}
Current Received:{{ round($data->amount) }}
Due:{{ round($totalAmount - $totalReceived) }}
________________________
Student's Signature
__________________________
Account's Signature