@foreach($this->table->header ?? [] as $i => $header) @foreach($this->table->rows as $cells) @if($loop->first) @endif @endforeach @endforeach
{{ $header }}{{ $cells[$i] ?? '' }}