Advertisement
ArcaniSGK507

Untitled

Feb 24th, 2025
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. $requests = RequestAccount::whereHas('user', function ($query) {
  2.     $query->where('name', 'like', '%' . $this->search . '%');
  3. })->get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement