@extends(Theme::viewName('layout')) @section('title', trans('admin.reject_comment', ['author_name' => $comment->authorDisplayName()])) @section('breadcrumb') @endsection @section('content')
@yield('title')

@lang('admin.reject_comment_confirm', ['author_name' => $comment->authorDisplayName()])

{!! $comment->textAsHtml() !!}
{{ csrf_field() }} @lang('forms.cancel_action')
@endsection