FilamentView::registerRenderHook(
'panels::global-search.after',
fn (): string => Blade::render('@livewire(\Thiktak\FilamentBookmarks\Livewire\TopbarBookmark::class)') //, [\'lazy\' => true])')
//fn (): View => view('thiktak-filament-bookmarks::components.topbar.index'),
);
FilamentView::registerRenderHook(
'panels::global-search.after',
fn (): string => Blade::render('@livewire(\Thiktak\FilamentBookmarks\Livewire\TopbarBookmark::class)') //, [\'lazy\' => true])')
//fn (): View => view('thiktak-filament-bookmarks::components.topbar.index'),
);