@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