$userInfo = Client::where([['username','=', $request->username],['phonenumber',"=","1234567890"]])->first();
I hope this help
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community