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