@foreach ($media as $item)
@if (str_starts_with($item->mime_type, 'image/'))
{{ $item->name }}
{{ $item->human_readable_size }}
•
{{ $item->extension }}
@if ($entry->isDownloadable())
@endif
{{ $getLabel() }}
@else
{{ $item->name }}
{{ $item->human_readable_size }}
•
{{ $item->extension }}
@if ($isPreviewable())
@endif
@endif
@endforeach
@endif