{{ $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])@endforeach
{{ $k }}{{ $v }}
@endif @foreach($headers as $h)@endforeach@foreach($rows as $row)@foreach($row as $cell)@endforeach@endforeach
{{ $h }}
{{ $cell }}