@php use Carbon\Carbon; @endphp
Employee: {{ $staff->user?->name }} ({{ $staff->user?->id }})
Generated: {{ Carbon::now()->format('Y-m-d H:i') }}
Current Balance: {{ number_format((float)$balance, 2) }}
| Date | Type | Amount | Notes |
|---|---|---|---|
| {{ $row->entry_date?->format('Y-m-d') }} | {{ $row->type }} | {{ number_format((float)$row->amount, 2) }} | {{ $row->notes }} |