$this->id, 'year' => $this->year, 'quarter' => $this->quarter, 'area' => $this->area, 'sales' => trim_trailing_zero($this->sales), 'unit' => $this->unit, '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(), ]; } }