{{-- Global KaTeX auto-render for the /cp panel.
Loads KaTeX (CSS + JS + auto-render contrib) from the same CDN/version the
legacy /admin uses (0.16.9), then typesets math in $…$ / $$…$$ / \(…\)
delimiters across the page body. Re-runs on Livewire navigation and on
DOM morphs (table re-renders, filters, pagination) so admin list pages,
forms, and infolists stay typeset without a full reload.
No SRI integrity attribute — matches the working legacy /admin loader; a
stale/wrong hash would silently block the script (and thus all rendering).
Idempotent: a guard flag stops the hook from binding its listeners twice. --}}
@once
@endonce