$this->id, 'name' => $this->name, 'mobile' => $this->mobile, 'province' => new RegionResource($this->province), 'city' => new RegionResource($this->city), 'district' => new RegionResource($this->district), 'address' => $this->address, 'full_address' => $this->getFullAddress(), 'default' => $this->is_default, 'created_at' => (string) $this->created_at, 'updated_at' => (string) $this->updated_at, ]; } }