@stack('styles') {{-- ─── Navigation ───────────────────────────────────── --}} @include('components.navbar') {{-- ─── Page Content ─────────────────────────────────── --}} @yield('content') {{-- ─── Footer ───────────────────────────────────────── --}} @include('layouts.footer') {{-- ─── Floating Buttons ─────────────────────────────── --}} @include('components.floating-buttons') {{-- ─── Scripts ──────────────────────────────────────── --}} @stack('scripts')