if (User::where('email', $request->email)->exists()) { //email exists in user table }
if($user->isEmpty()){ // has no records }