@extends('admin.layouts.grid') @section('section', translate('Reported Item Comments')) @section('title', translate('Reported Item Comments #:id', ['id' => $itemCommentReport->id])) @section('back', route('admin.reports.item-comments.index')) @section('container', 'container-max-lg') @section('content') @php $commentReply = $itemCommentReport->commentReply; @endphp
{{ translate('Reported Comment') }}
{!! purifier($commentReply->body) !!}
{{ translate('Report details') }}
{{ translate('Take Action') }}
@csrf @method('DELETE')
@csrf
@endsection