Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $requests = RequestAccount::whereHas('user', function ($query) {
- $query->where('name', 'like', '%' . $this->search . '%');
- })->get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement