@foreach ($details->details['tables'] as $table) @foreach ($table['headings'] as $heading) @endforeach @foreach ($table['rows'] as $row) @foreach ($row as $cell) @endforeach @endforeach
{{ $heading }}
@if($cell != 'undefined') {!! nl2br(e($cell)) !!} @endif
@endforeach