{{ optional($comment->created_at)->diffForHumans() ?? 'Unknown time' }}
Artwork
@if($artwork) {{ $artwork->title ?? $artwork->name ?? 'Untitled artwork' }} @elseThis artwork is no longer available.
@endif@extends('layouts.nova')
@section('content')
Total comments
{{ number_format((int) ($stats['total'] ?? 0)) }}
All comments on your approved artworks.
Last 7 days
{{ number_format((int) ($stats['recent'] ?? 0)) }}
Recent conversation momentum.
Unique commenters
{{ number_format((int) ($stats['commenters'] ?? 0)) }}
Distinct people engaging with your work.
Active artworks
{{ number_format((int) ($stats['artworks'] ?? 0)) }}
Artworks that received comments.
@if($search !== '') Nothing matched your current search. Try a shorter phrase, a username, or reset the filters. @else When members comment on your artworks, they will appear here with artwork previews and quick context. @endif
{{ optional($comment->created_at)->diffForHumans() ?? 'Unknown time' }}
Artwork
@if($artwork) {{ $artwork->title ?? $artwork->name ?? 'Untitled artwork' }} @elseThis artwork is no longer available.
@endif