Dach Construction Ltd — Payables

As of {{ $data['as_of']->format('d M Y') }} · {{ $generatedAt->format('Y-m-d H:i') }}

@foreach($data['payables']['rows'] as $r) @if($r['type']==='bill') @php $b = $r['bill']; @endphp @else @php $run = $r['payroll_run']; @endphp @endif @endforeach
PayeeReferenceBalance
{{ $r['supplier']?->name ?? '—' }} {{ $b->bill_number }} {{ number_format((float)$b->balance_due,2) }}
Payroll {{ $r['label'] }} {{ number_format((float)$run->total_net,2) }}