@if(config('voyager.show_dev_tips'))
@includeIf('voyager-extension::formfields.tips.adv_media_files', ['gallery' => $row->field])
@endif @php $adv_media_files = $dataTypeContent->getMedia($row->field) @endphp @if(count($adv_media_files) > 0)
@foreach($adv_media_files as $key => $adv_file)
{{ $key + 1 }}
@if(explode('/', $adv_file->mime_type)[0] === 'image') @else @endif
{{ Str::limit($adv_file->file_name, 20, ' (...)') }} {{ $adv_file->human_readable_size }} @if(!empty($adv_file->getCustomProperty('title'))) {{ Str::limit($adv_file->getCustomProperty('title'), 30, ' (...)') }} @else @lang('voyager-extension::bread.adv_image.not_set_title') @endif
@endforeach
@endif
required == 1) required @endif id="adv-media-files-input-{{ $row->field }}" type="file" name="{{ $row->field }}[]" multiple="multiple" accept=@if(isset($row->details->input_accept)) {{ $row->details->input_accept }} @else "image/*" @endif>