{{ $title }}

@if(!empty($meta))
@foreach($meta as $key => $value) @endforeach
{{ $key }}: {{ $value }}
@endif @foreach($headers as $header) @endforeach @forelse($rows as $row) @foreach($row as $cell) @endforeach @empty @endforelse @if(!empty($totals)) @foreach($totals as $total) @endforeach @endif
{{ $header }}
{{ $cell }}
No data found.
{{ $total }}