| ID | Description | Category | Amount | Date | Method |
|---|---|---|---|---|---|
| {{ $expense->transaction_id }} | {{ $expense->description }} | {{ $expense->category ?? 'N/A' }} | {{ number_format($expense->amount, 2) }} EGP | {{ $expense->created_at->format('M d, Y') }} | {{ $expense->payment_method }} |
| No expenses found. | |||||