{!! Form::hidden('remove-image') !!}
{!! Form::file('image', array('class' => 'image form-control')) !!}
{!! Form::text('image_url', null, ['placeholder' => trans('crud.placeholders.image_url'), 'class' => 'form-control']) !!}

{{ trans('crud.hints.image_limitations', ['size' => auth()->user()->maxUploadSize(true)]) }} @if (!auth()->user()->hasRole('patreon')) {{ __('crud.hints.image_patreon') }} @endif

@if (!empty($model->image)) @endif