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