@foreach($data[0] as $key => $value) @endforeach @foreach($data as $row) @foreach ($row as $value) @endforeach @endforeach
{{ ucfirst($key) }}
{{ $value }}