belongsTo(Branch::class); } public function items(): HasMany { return $this->hasMany(ProductSaleItem::class); } }