Employee Loans List
| Employee Name | Employee No | Amount | Installments | Start Month | End Month | Status | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $loan['employee_no'] }} |
{{ amount_format_number($loan['amount'])?? '*****' }} | {{ $loan['installments'] }} | {{ formatDisplayDateMY($loan['start_date']) }} | {{ formatDisplayDateMY($loan['end_date']) }} | {{ ucfirst($loan['status']) }} |