Student: {{ $data->name ?? '--' }}
Student ID: {{ $data->register_no ?? '--' }}
Month: @foreach($months as $month) {{ \Carbon\Carbon::parse($month)->format('F - Y') }}@if(!$loop->last), @endif @endforeach
Date: {{ \Carbon\Carbon::parse($data->date)->format('d-m-Y') }}
Class: {{ $data->stuclass->name ?? '--' }}
Receipt No: {{ $invoice->receipt_no ?? '--' }}
| Description | Amount |
|---|---|
| Resident Fee | {{ round($hostelAmount) }} |
| --{{ $fee['fee_name'] ?? '' }} | {{ round($fee['amount']) ?? '' }} |
| Non-Resident Fee | {{ round($onabashikAmount) ?? '' }} |
| --{{ $fee['fee_name'] ?? '' }} | {{ round($fee['amount']) ?? '' }} |
| Academic Fee | {{ round($academicAmount) }} |
| --{{ $fee['fee_name'] ?? '' }} | {{ round($fee['amount']) ?? '' }} |
| Other Fee | {{ round($otherAmount) }} |
| --{{ $fee['fee_name'] ?? '' }} | {{ round($fee['amount']) ?? '' }} |
| Special Fee | {{ round($specialAmount) ?? '' }} |
| --{{ $fee['fee_name'] ?? '' }} | {{ round($fee['amount']) ?? '' }} |
| Total Discount | {{ round($totalDiscount) }} |
Total Amount:{{ round($totalAmount) }}
Previous Received:{{ round($previousReceived) }}
Current Received:{{ round($currentReceived - $totalDiscount) }}
Due:{{ round($totalAmount + $totalDiscount - ($previousReceived + $currentReceived )) }}
________________________
Student's Signature
__________________________
Account's Signature