Name: {{ $teacherData->name ?? '--' }}
Month: @foreach ($months as $month) {{ \Carbon\Carbon::parse($month)->format('F - Y') }}@if (!$loop->last) , @endif @endforeach
Date: {{ now()->format('d-m-Y') }}
Receipt No: {{ $data->receipt_no ?? '--' }}
| Description | Amount |
|---|---|
| Total Salary | {{ round($totalSalary) }} |
| Previous Paid | {{ round($previousPaid) }} |
| Currently Paid | {{ round($currentPaid) }} |
| Total Paid | {{ round($totalPaid) }} |
| Due Amount | {{ round($totalDue) }} |
________________________
Teacher's Signature
__________________________
Account's Signature