@if(config('app.demo')) @endif @include('frontend.layouts.partials._favicon') {{-- Notifications --}} {{-- Fonts --}} {{-- FontAwesome 6 --}} {{-- Golden auth bundle --}} @stack('styles') {{-- Demo Mode Banner (renders only when APP_DEMO=true) --}} {{-- SVG defs (gradient used by the OTP countdown ring) --}} @yield('auth-content') {{-- jQuery (loaded for parity with other auth flows even though the golden bundle itself is vanilla) --}} {{-- Global notify --}} @include('general._notify_evs') {{-- Golden auth interactions --}} @stack('scripts') @yield('scripts')