• {!! trans('b_category::b_category.tab.name') !!}
{!!Form::vertical_open() ->id('b_category-b_category-edit') ->method('PUT') ->enctype('multipart/form-data') ->action(guard_url('b_category/b_category/'. $b_category->getRouteKey()))!!}
{{ trans('app.edit') }} {!! trans('b_category::b_category.name') !!} [{!!$b_category->name!!}]
@include('b_category::admin.b_category.partial.entry', ['mode' => 'edit'])
{!!Form::close()!!}