$this->id, 'name' => $this->name, 'company_id' => $this->company_id, 'company' => $this->when( $this->company()->exists(), fn () => new CompanyResource($this->company) ), ]; } }