i have a function where
public function index(){ $users = User::doesntHave(\'roles\')->latest()->paginate()->except(Auth::id()); return UsersR