Basically, I want to know how to do something like this:
Users::where('id' != $id)->get();
How do I do this with eloquent?
Basically, I want to know how to do something like this:
Users::where('id' != $id)->get();
How do I do this with eloquent?