@foreach ($headers as $key => $header) @endforeach @foreach ($rows as $row) @foreach ($row as $column) @if (isset($column['raw']) && $column['raw']) @else @endif @endforeach @endforeach
{{ $header }}
{!! $column['data'] !!}{{ $column['data'] }}