@props([ 'comment', ])
On @switch($comment->commentable_type) @case(\App\Models\Torrent::class) {{ __('torrent.torrent') }} {{ $comment->commentable->name }} @break @case(\App\Models\TorrentRequest::class) {{ __('request.request') }} {{ $comment->commentable->name }} @break @default {{ __('common.unknown') }} @endswitch
@joypixels($comment->getContentHtml())