$this->id, 'psgc_code' => $this->psgc_code, 'code' => $this->code, 'name' => $this->name, 'region_id' => $this->region_id, 'region' => RegionResource::make($this->whenLoaded('region')), ]; } }