@if($listing->commentable_type == 'App\Models\Post')
{{$listing->commentable->title}}
@elseif($listing->commentable_type == 'App\Models\PostEpisode')
{{$listing->commentable->post->title}}{{'S'.$listing->commentable->season_number.' / E'.$listing->commentable->episode_number}}
@endif