@foreach($cabecera as $value)
{{ $value }}
@endforeach
@foreach($data as $columna)
@foreach($columna as $row)
{{ $row }}
@endforeach
@endforeach