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