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

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