What is the recommended Laravel way to return all records not in a relationship? What I mean by this is return all users that are not assigned to a task. I want to provide a drop down that shows all of these users so they can be assigned to the task. It would basically be the inverse of:What is the recommended Laravel way to return a