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