{!! Form::textarea('excerpt', null, ['class' => 'form-control html-editor', 'id' => 'excerpt']) !!}

{{ __('campaigns.helpers.excerpt') }}

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

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

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