@unless( empty($layout) )
@foreach($layout as $key => $row) @php if(is_string($row)) $row = [ 'label' => $row ]; @endphp {{ $row['label'] }} : @unless (empty($data)) {{ is_array($data) ? $data[$key] : $data->$key }} @endunless @endforeach
@endunless