Searching for first registry with Tinker in Laravel
$c = App\Comment::first(); $c->post; //Verifies which post is asociated with the Comment