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