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