@include('modules.reports.partials.pdf-company-details')

GL ACCOUNT DETAIL

GL Code: {{ $glcode }}
Generated: {{ now()->format('M j, Y H:i') }}
@forelse(($transactions ?? collect()) as $t) @empty @endforelse
Transaction Date Reference Description TR Amount Balance
{{ $t['date'] ? \Carbon\Carbon::parse($t['date'])->format('Y-m-d') : '' }} {{ $t['reference'] ?? '' }} {{ $t['description'] ?? '' }} {{ $t['trcode'] ?? '' }} {{ number_format((float)($t['amount'] ?? 0), 2) }} {{ number_format((float)($t['balance_after'] ?? 0), 2) }}
No transactions found.