@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
{!! $comment->presenter()->markdownBody() !!}
{{ $comment->presenter()->relativeCreatedAt() }} View comment
@empty

No results

(╥﹏╥)

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