@if (!empty($content)) @php($c=0) @for($i=0; $i<$content['rows']; $i++) @for($x=0; $x<$content['cols']; $x++) @if($i==0 and $content['table_header']) @else @endif @php($c++) @endfor @endfor
@else
@endif