{!!Form::vertical_open()
->id('qute-qutes-create')
->method('POST')
->files('true')
->action(guard_url('qute/qutes'))!!}
{{ trans('app.new') }} [{!! trans('qute::qutes.name') !!}]
@include('qute::admin.qutes.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}