@if ($visibled)
@include(AdminTemplate::getViewPath('form.element.partials.helptext'))
@if (!$readonly) @endif
@foreach ($value ?? [] as $item)
@if (@$item['mime_base'] != 'image' && @$item['ext'] != 'svg') @if (@$item['ext']) {{ $item['ext'] }} @endif @if (@$item['mime']) {{ $item['mime'] }} @endif @else @endif
@if (!$readonly) @if (isset($draggable) && $draggable) @endif @endif
@if ($show_original_name)
{!! @$item['orig'] !!}
@endif
@endforeach
@if (!$readonly)
{{ trans('sleeping_owl::lang.file.browseMultiple') }}
@endif
@include(AdminTemplate::getViewPath('form.element.partials.errors'))
@endif