User | Comment | Created At |
---|---|---|
{{ @$comment->user->name }} | {{ @$comment->comment }} | {{ @$comment->created_at->format('Y-m-d H:i:s') }} |
Reported By | Reported At | Status | Resolved At |
---|---|---|---|
{{ @$report->user->name }} | {{ @$report->creaed_at ? @$report->creaed_at->format('Y-m-d H:i:s') : '' }} | {{ @$report->status == 1 ? 'pending' : 'accepted' }} | {{ @$report->resolved_at ? @$report->resolved_at->format('Y-m-d H:i:s') : '' }} |