@extends('layouts.app') @section('title', 'Salary Advances') @section('content')
| Amount | Reason | Repayment | Outstanding | Status |
|---|---|---|---|---|
| {{ number_format($a->amount, 2) }} | {{ $a->reason }} | {{ $a->repayment_months }} month(s) — {{ number_format($a->monthlyDeduction(), 2) }}/mo | {{ number_format($a->outstandingBalance(), 2) }} | {{ ucfirst($a->status) }} |
| No advance requests yet. | ||||