how to poll 5s badge Navigation
public static function getNavigationBadge(): ?string
{
return $countUnique = BrgMasuk::where('status', 0)->distinct('uuid')->count('uuid');
}
I want to poll realtime 5 s ? how make poll in Badge
{
return $countUnique = BrgMasuk::where('status', 0)->distinct('uuid')->count('uuid');
}
I want to poll realtime 5 s ? how make poll in Badge
