{{ csrf_field() }}
{!! Form::text('name', null, ['placeholder' => __('entities/notes.placeholders.name'), 'class' => 'form-control', 'maxlength' => 191]) !!}
{!! Form::textarea('entry', null, ['class' => 'form-control html-editor', 'id' => 'entry']) !!}
@include('cruds.fields.visibility')
{!! Form::hidden('entity_id', $entity->id) !!}