@extends('admin.layouts.grid') @section('section', translate('Reports')) @section('title', translate('Reported Item Comments')) @section('container', 'container-max-xxl') @section('content')
| {{ translate('ID') }} | {{ translate('Comment ID') }} | {{ translate('Reported By') }} | {{ translate('Reason') }} | {{ translate('Date') }} | |
|---|---|---|---|---|---|
| {{ $itemCommentReport->id }} | #{{ $itemCommentReport->commentReply->comment->id }} | {{ $itemCommentReport->user->username }} | {{ dateFormat($itemCommentReport->created_at) }} |
|