FilamentF
Filament3y ago
5 replies
arul

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
Was this page helpful?