stok == 0) { $product->status = 'habis'; } }); } // Relasi ke Brand public function brand() { return $this->belongsTo(Brand::class, 'brand_id'); } // Relasi ke Category public function category() { return $this->belongsTo(Category::class, 'category_id'); } }