@foreach ($data['content'] as $row) @php $tag = ($loop->first && $data['withHeadings']) ? 'th' : 'td'; @endphp @foreach ($row as $cell) <{{ $tag }}> {{ $cell }} @endforeach @endforeach