{!!__('Create')!!} {!! trans('question::faq.name') !!}

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