$this->id, 'name' => $this->name, 'type' => $this->type, 'code' => $this->code, 'description' => $this->description, 'kodeRs' => $this->meta->kodeRs ?? null, 'phone' => $this->meta->phone ?? null, 'lat' => $this->currentAddress->lat ?? null, 'lng' => $this->currentAddress->lng ?? null, 'address' => $this->currentAddress ?? null, ]; return $organization; } }