@php $debounce = filament()->getGlobalSearchDebounce(); $keyBindings = filament()->getGlobalSearchKeyBindings(); $suffix = filament()->getGlobalSearchFieldSuffix(); @endphp
{{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::GLOBAL_SEARCH_START) }} {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::GLOBAL_SEARCH_END) }}