Float Balance
Manage float balance records
{{ session('success') }}
@endif
@if($errors->any())
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
| # | Date | Source | Amount (Tsh) | Description | Recorded By | Recorded At |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ \Carbon\Carbon::parse($item->date)->format('d M Y') }} | @if($item->source_type === 'CASH') Cash @elseif($item->source_type === 'BANK') Bank @else - @endif | {{ number_format($item->amount, 2) }} | {{ $item->description ?? '-' }} | {{ $item->user_name ?? 'System' }} | {{ \Carbon\Carbon::parse($item->created_at)->format('d M Y H:i') }} |
| No float balance records found. | ||||||
| Total | {{ number_format($totalFloat, 2) }} | |||||