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