{{ $shopName }}

{{ $title }}

{{ $subtitle }}
Generated: {{ $generatedAt }}
@foreach($sections as $section)

{{ $section['title'] }}

@foreach($section['columns'] as $column) @endforeach @forelse($section['rows'] as $row) @foreach($row as $cell) @endforeach @empty @endforelse @if(!empty($section['totals'])) @foreach($section['totals'] as $cell) @endforeach @endif
{{ $column }}
{{ is_null($cell) || $cell === '' ? '-' : $cell }}
No records found.
{{ $cell }}
@endforeach