Country::where('id', $this->country_id)->first()->name, 'state'=> State::where('id', $this->state_id)->first()->name, 'city'=> City::where('id', $this->city_id)->first()->name, 'postal_code'=> $this->postal_code, ]; } }