@if ($label)
{!! $label !!}
@if ($help)
@endif @endif
{{ $placeholder ?? trans('common.click_to_upload') }}
@if($requirements)
{{ $requirements }}
@endif
{{ trans('common.remove_image') }}
@error($name)
{{ $errors->first($name) }}
@else @if ($text)
{!! $text !!}
@endif @enderror