@foreach(array_keys($data[0]) as $key) @endforeach @foreach($data as $item) @foreach($item as $value) @endforeach @endforeach
{{ $key }}
@if (filter_var($value, FILTER_VALIDATE_URL)) {{ $value }} @elseif(is_null($value) || $value === '') - @else {{ $value }} @endif