@if(isset($company))

{{ $company->name }}

@if($company->address_1 || $company->address_2)

@if($company->address_1){{ $company->address_1 }}@endif @if($company->address_2)
{{ $company->address_2 }}@endif

@endif @else

{{ $title }}

@endif

Generated on {{ now()->format('Y-m-d H:i') }}

@foreach($headers as $header) @endforeach @foreach($data as $row) @foreach($row as $cell) @endforeach @endforeach
{{ $header }}
{{ $cell }}