Donar: {{ $donar->name ?? '' }}
Student: {{ $studentData->name ?? '--' }}
Month: @foreach($months as $month) {{ \Carbon\Carbon::parse($month)->format('F - Y') }}@if(!$loop->last), @endif @endforeach
Date: {{ \Carbon\Carbon::parse($invoice->date)->format('d/m/Y') }}
Receipt No: {{ $invoice->receipt_no ?? '--' }}
Class: {{ $studentData->stuclass->name ?? '--' }}
| 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($previousReceived) }}
Current Received:{{ round($currentReceived - $totalDiscount) }}
Due:{{ round($totalAmount + $totalDiscount - ($previousReceived + $currentReceived )) }}
________________________
Donar's Signature
__________________________
Account's Signature