$this->id, 'year' => $this->year, 'week' => $this->week, 'week_label' => $this->weekObj?->name, '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(), ]; } }