@foreach ($columnas as $c)
{{ $c }}
@endforeach
@foreach ($filas as $fila)
@foreach ($fila as $cell)
{{ $cell }}
@endforeach
@endforeach