{{ $tenant->company_name }} · GOVIX

{{ $report['title'] }}

Generated {{ now()->format('d M Y H:i') }} · AED · {{ $filters['from'] ?? 'All opening' }} to {{ $filters['to'] ?? now()->format('Y-m-d') }}
@if($report['totals'])
@foreach($report['totals'] as $label=>$value){{ ucwords(str_replace('_',' ',$label)) }}: {{ is_numeric($value)?number_format((float)$value,2):$value }}@endforeach
@endif@foreach($report['columns'] as $column)@endforeach@forelse($report['rows'] as $row)@foreach(array_values($row) as $value)@endforeach@empty@endforelse
{{ $column }}
{{ is_float($value)?number_format($value,2):$value }}
No transactions match the selected filters.