{{ $title }}

Generated {{ $generatedAt }} · Period: {{ $period }} · {{ count($rows) }} {{ str('row')->plural(count($rows)) }}

@if (count($summary))
@foreach ($summary as $label => $value) {{ $label }}: {{ $value }} @endforeach
@endif @foreach ($headings as $heading) @endforeach @forelse ($rows as $row) @foreach ($row as $cell) @endforeach @empty @endforelse
{{ $heading }}
{{ $cell }}
No records.