{{ ucfirst($table) }} Report

@foreach (array_chunk($data, 50) as $chunk) @foreach ($columns as $col) @endforeach @foreach ($chunk as $row) @foreach ($columns as $col) @endforeach @endforeach
{{ ucfirst(str_replace('_', ' ', $col)) }}
{{ $row[$col] ?? '' }}
@endforeach