{{-- Filters --}}
{{-- Search --}}
{{-- Order --}}
{{-- Comments --}}
@forelse ($comments as $comment) @php $model = $comment->commentable; $episode = $model instanceof \App\Models\Episode ? $model : $model->episodes->first(); $url = route('hentai.index', ['title' => $model->slug]); @endphp
{{-- Thumbnail --}}
{{ $episode->title ?? '' }}
{{-- Content --}}
{{-- Episode Title --}}

{{ $episode->title ?? 'Episode' }}

{{-- Comment --}}
{!! $comment->presenter()->markdownBody() !!}
{{-- Meta --}}
{{ $comment->presenter()->relativeCreatedAt() }} View comment
@empty

No comments found

You haven't commented on anything yet.

@endforelse
{{-- Pagination --}}
{{ $comments->links('pagination::tailwind') }}