© 2026 Hedgehog Software, LLC
public static function getNavigationBadge(): ?string { return static::getModel()::where('stock_minimo','>','stock')->count(); }
whereColumn
public static function getNavigationBadge(): ?string { return static::getModel()::whereColumn('stock_minimo', '<', 'stock')->count(); }