@php use Carbon\Carbon; @endphp

My Gratuity Fund (GF) Statement

Employee: {{ $staff->user?->name }} ({{ $staff->user?->id }})
Generated: {{ Carbon::now()->format('Y-m-d H:i') }}
Current Balance: {{ number_format((float)$balance, 2) }}

@foreach($rows as $row) @endforeach
Date Type Amount Notes
{{ $row->entry_date?->format('Y-m-d') }} {{ $row->type }} {{ number_format((float)$row->amount, 2) }} {{ $row->notes }}