| Apply Date | Disburse date | Amount | No. of installment | installment amount | Total installment amount | Due | Purpose & Note | Status |
|---|---|---|---|---|---|---|---|---|
| {{$lh->application_date}} | {{$lh->disburse_date}} | {{$lh->amount}} | {{$lh->installment_no}} | {{$lh->installment_amount}} | {{$lh->total_installment_amount}} | {{$lh->amount - $lh->total_installment_amount}} | Purpose: {{$lh->purpose}} Note: {{$lh->note}} |
{{ $lh->status == 1 ? 'Active' : ($lh->status == 2 ? 'Pending' : ($lh->status == 3 ? 'Rejected' : 'Completed' ) )}} |