@foreach ($data as $key=>$row) @foreach($row as $key2=>$row2) @php $colspan=""; $rowspan=""; @endphp @if($row2['colspan']>0) @php $colspan="colspan=".$row2['colspan'] @endphp @endif @if($row2['rowspan']>0) @php $rowspan="rowspan=".$row2['rowspan'] @endphp @endif @endforeach @endforeach
{{$row2['label']}}