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