{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('faq/faq'))!!}

{{__('New')}} Faq

{{__('Cancel')}}
@include('notifications') @include('faq::faq.entry', ['mode' => 'create']) {!! Form::close() !!}