*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'city' => new CityWithRegionResource($this->city), 'home' => $this->home, 'landmark' => $this->landmark, ]; } }