@if(config('app.demo')) @endif {{-- Open Graph --}} {{-- PWA & favicon --}} @include('frontend.layouts.partials._pwa_meta') @include('frontend.layouts.partials._favicon') {{-- Bootstrap 5 grid only (matches the original design's spec) --}} {{-- Notifications --}} {{-- Fonts --}} {{-- FontAwesome 6 --}} {{-- Golden Theme bundle --}} {{-- Admin-tuned landing palette (overrides the bundle's gold tokens) --}} {{-- Custom CSS --}} @include('frontend.layouts.partials.custom.code-css') {{-- RTL overrides (only emitted for right-to-left locales) --}} {{-- Extra styles --}} @yield('styles') @stack('styles')