@if(count($photos)>0) @foreach($photos as $photo) @php $file = $photo->media; @endphp
File: {{$file->file_name}}
Size: {{BladeHelper::formatBytes($file->file_size)}}