© 2026 Hedgehog Software, LLC
TextColumn::make('2fa') ->label('2FA Enable') ->icon(fn($record) => $record->user->hasTwoFactorEnabled() === true ? 'heroicon-o-badge-check' : 'heroicon-o-x-circle'),