Exported Table
@foreach ($cols as $item)
{{$item}}
@endforeach
@foreach($data as $item)
@foreach((array)$item as $key => $value)
{{ $value }}
@endforeach
@endforeach