@for ($i = 0; $i < count($columns); $i++) @endfor @foreach($columns as $i => $c) @endforeach @foreach($data as $d) @foreach($d as $dd) @endforeach @endforeach
@if ($c == 'checkbox' && $hasCheckboxes = true) @else {{ $c }} @endif
{{ $dd }}