user()->email) ->where('id', $this->transformKeys($contact)) ->first(); Auth::guard('contact')->login($client_contact, true); return redirect('/client/dashboard'); } }