@if(isset($dataTypeContent->{$row->field})) @if($images != null) @foreach($images as $image) @php $path = Storage::url(''); $image_id = explode($path, $image); $image_id = explode('/conversions', $image_id[1]); $media_id = $image_id[0]; @endphp
@endforeach @endif @endif
required == 1) required @endif type="file" name="{{ $row->field }}[]" multiple="multiple" accept="image/*">