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