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