{{-- Global search palette. Opens on Ctrl+K / ⌘K from anywhere in the admin. Kept as a partial in the layout rather than a Livewire component on purpose: it has to be instant, and a round trip per keystroke through Livewire would not be. --}} {{-- A relative path, deliberately. The admin routes are registered for billing.bilipoa.com first and for the seller's own subdomain second, and Laravel generates a named URL from the first match — so route('global-search') hands back a billing. URL even while a tenant is on their own host. Fetching that is cross-origin, the browser refuses to let the page read the response, and the palette shows "nothing matched" for a search that in fact returned results. Passing absolute=false keeps the request on whatever host the operator is actually using. --}}
{{-- Trigger in the topbar --}}
@once @push('scripts') @endpush @endonce