Audit business outflows and resource allocation
| Date | Description | Category | Amount | Payment Method | Receipt | Actions |
|---|---|---|---|---|---|---|
| {{ $expense->date->format('Y-m-d') }} | {{ $expense->description }} | {{ $expense->category }} | ${{ number_format($expense->amount, 2) }} | {{ $expense->payment_method }} | @if($expense->receipt_path) @else - @endif | |
| No expense records matching selected dates. | ||||||
|
Grand Total Summary
({{ \Carbon\Carbon::parse($startDate)->format('M d') }} - {{ \Carbon\Carbon::parse($endDate)->format('M d, Y') }})
|
${{ number_format($totalExpenseAmount, 2) }} | |||||