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