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