@php $platform = \Filament\Support\Enums\Platform::detect(); $shortcutHint = $platform === \Filament\Support\Enums\Platform::Mac ? '⌘K' : 'Ctrl+K'; $showButton = ! filament()->isGlobalSearchEnabled() || config('command-palette.show_topbar_button_when_global_search_enabled', false); @endphp @if ($showButton) @endif