$this->id, 'year' => $this->year, 'quarter' => $this->quarter, 'price' => $this->price, 'created_by' => AdminUserResource::make($this->whenLoaded('createdBy')), 'updated_by' => AdminUserResource::make($this->whenLoaded('updatedBy')), 'created_at' => $this->created_at->unix(), 'updated_at' => $this->updated_at->unix(), ]; } }