@foreach ($items as $item) @if ($item['subject']['photo']) {{exportDownloadDataFile($download_data_user_id, $item['subject']['photo']['url'])}} @endif @if ($item['subject']['title'])
{{$item['subject']['title']}}
{{$item['subject']['description']}}
@endif @endforeach