where('user_id', auth()->user()->id) ->where('id', $this->transformKeys($contact)) ->first(); auth('contact')->login($client_contact, true); return back(); } }