@extends('admin.layouts.grid') @section('section', translate('Reported Item Comments')) @section('title', translate('Reported Item Comments #:item_comment_report_id', [ 'item_comment_report_id' => $itemCommentReport->id, ])) @section('back', route('admin.reports.item-comments.index')) @section('container', 'container-max-lg') @section('content') @php $commentReply = $itemCommentReport->commentReply; @endphp