@forelse($rows as $row) {{ $row->entry_date?->format('Y-m-d') }} @if(!empty($showEmployee))
{{ $row->account?->staff?->user?->name ?? '—' }}
{{ $row->account?->staff?->user?->id }}
@endif {{ $row->type }} {{ number_format((float) $row->amount, 2) }} @include('fund.partials.ledger_ref_cell', ['row' => $row]) {{ $row->notes ?: '—' }} @empty @if(!empty($hasFilters)) {{ __('No records match your filters.') }} @else {{ __('No records') }} @endif @endforelse