@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)
@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>