get(); dd($something); return User::where('role', $role)->get(); } public function getUserType() { return User::where('user_type')->get(); } }