getNavigationBadge()
This function is not working for me, what could be the reason?
public static function getNavigationBadge(): ?string
{
return static::getModel()::where('stock_minimo','>','stock')->count();
}
Solution