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