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