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