{{ $company['name'] }}
{{ $company['address'] }}
Telp: {{ $company['phone'] }} | Email: {{ $company['email'] }}
{{ $title }}
Dicetak: {{ now()->format('d M Y H:i') }}
@if(count($summary))
@foreach($summary as [$k, $v])
{{ $k }}
{{ $v }}
@endforeach
@endif
@foreach($headers as $h)
{{ $h }}
@endforeach
@foreach($rows as $row)
@foreach($row as $cell)
{{ $cell }}
@endforeach
@endforeach