@endif
@endif
@if ($showLabel && $options['label'] !== false && $options['label_show'])
{!! Form::customLabel($name, $options['label'], $options['label_attr']) !!}
@endif
@if ($showField)
{!! Form::hidden($name, $options['value'] ? json_encode($options['value']) : null, $options['attr']) !!}
{{ trans('plugins/real-estate::real-estate.drop_files_here_or_click_to_upload') }}
@include('core/base::forms.partials.help-block')
@endif
@include('core/base::forms.partials.errors')
@if ($showLabel && $showField)
@if ($options['wrapper'] !== false)
@endif