@yield('custom-css') @yield('head-extra') {{-- ════════════════════════════════════════ NAVBAR --}} {{-- ════════════════════════════════════════ PAGE BAR (optional) --}} @hasSection('page-bar')
@yield('page-bar')
@endif {{-- ════════════════════════════════════════ CONTENT --}}
@yield('content')
{{-- ════════════════════════════════════════ FOOTER --}} {{-- Vendor JS (Bootstrap 5 + jQuery) --}} @yield('page-script')