Teacher ID: {{ $data->teacher->reg_no ?? '--' }}
Name: {{ $data->teacher->name ?? '--' }}
Phone: {{ $data->teacher->phone ?? '--' }}
Receipt No: {{ $data->receipt_no ?? '--' }}
Date: {{ now()->format('d-m-Y') }}
Month: {{ \Carbon\Carbon::parse($data->month)->format('F, Y') ?? '' }}
| Description | Amount |
|---|---|
| Basic Salary | {{ $data->teacher->salary ?? '' }} |
| Previous Paid | {{ $totalPaid - $data->amount ?? '' }} |
| Currently Paid | {{ $data->amount ?? '' }} |
| Due Amount | {{ $data->teacher->salary - $totalPaid ?? '-' }} |
| Total Paid | {{ $totalPaid ?? '' }} |
________________________
Teacher's Signature
__________________________
Account's Signature