The fresh method retrieves a fresh instance of each model in the collection from the database. In addition, any specified relationships will be eager loaded:
fresh
$users = $users->fresh(); $users = $users->fresh('comments');