previewMode && !$fileList->count()): ?>
= e(trans('backend::lang.form.preview_no_files_message')) ?>
makePartial('image_single');
break;
case 'image-multi':
echo $this->makePartial('image_multi');
break;
case 'file-single':
echo $this->makePartial('file_single');
break;
case 'file-multi':
echo $this->makePartial('file_multi');
break;
} ?>