Comment
@foreach ($comments as $comment)
@if($comment->commentable_type == \App\Models\Episode::class) @php $episode = \App\Models\Episode::find($comment->commentable_id); @endphp @endif
{!! $comment->presenter()->markdownBody() !!}
{{ $comment->presenter()->relativeCreatedAt() }}
@endforeach
{{ $comments->links('pagination::tailwind') }}