{{ $type }}
@if($rows)
@foreach(array_keys($rows[0]) as $h)
{{ $h }}
@endforeach
@foreach($rows as $row)
@foreach($row as $v)
{{ $v }}
@endforeach
@endforeach @endif