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