$post = App\Post::find(1); foreach ($post->comments as $comment) { // }
$comment = App\Comment::find(1); $commentable = $comment->commentable;
Clickable & Draggable!