@include('include.messages')
@if($expenses->total() > 2)
@endif
| # | Item | Amount | Date | Action |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $record->item->name ?? '-' }} | {{ $record->amount }} | {{ \Carbon\Carbon::parse($record->date)->format('d M Y') }} | |
| No expense records found. | ||||