where('phone','=',$value) ->first(); // dd($user,$value); if ($user) { $this->validationSet('user',$user); return true; } return false; } }