{{ $title }}

{{ __('Generated') }}: {{ now()->format('M j, Y g:ia') }}

@if ($totals)
@foreach ($totals 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 data matches the selected filters.') }}