{{ $title }}

@foreach($headings as $heading) @endforeach @forelse($rows as $row) @foreach($row as $col) @endforeach @empty @endforelse
{{ $heading }}
{{ $col }}
No data