@php if ($showLabel && empty($options['label'])) { $options['label'] = trans('core/base::forms.image'); } @endphp @if ($showLabel && $options['label'] !== false && $options['label_show']) {!! Form::customLabel($name, $options['label'], $options['label_attr']) !!} @endif {!! Form::mediaImage($name, $options['value'] ?? null, $options) !!}