© 2026 Hedgehog Software, LLC
protected static ?string $model = Video::class; public static function getNavigationBadge(): ?string { return static::$model::count(); } public static function getNavigationBadgeColor(): ?string { return 'success'; }