{{-- CSS: app-owned theme + copied libs (order matches the live rendered head) --}} {{-- Sentry (conditional) — mirror app/Admin/bootstrap.php headerJs --}} @if(config('polaris.sentry_js.enabled')) @php($sentryCdn = 'https://browser.sentry-cdn.com/'.config('polaris.sentry_js.sdk_version')) @endif {{-- JS: copied libs then app-owned theme (order matches the live rendered head) --}} @livewireStyles @stack('styles')
@yield('content')
@livewireScripts @stack('scripts')