@foreach($headers as $header) @endforeach @foreach($rows as $row) @foreach($row as $data) @endforeach @endforeach
{{$header}}
{{$data}}