Self Expenditure
Manage self expenditure records
{{ session('success') }}
@endif
@if($errors->any())
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
| # | Date | Amount (Tsh) | Description | Recorded By | Recorded At |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ \Carbon\Carbon::parse($item->date)->format('d M Y') }} | {{ number_format($item->amount, 2) }} | {{ $item->description ?? '-' }} | {{ $item->user_name ?? 'System' }} | {{ \Carbon\Carbon::parse($item->created_at)->format('d M Y H:i') }} |
| No self expenditure records found. | |||||
| Total | {{ number_format($totalExp, 2) }} | ||||