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