{{-- Judul halaman bisa diisi dari masing-masing halaman child --}}
@yield('title', 'Space Casual Store')
{{-- Google Fonts --}}
{{-- Bootstrap 5 CSS --}}
{{-- Bootstrap Icons --}}
{{-- Font Awesome --}}
{{-- CSS Utama Proyek --}}
{{-- ================================================================ CSS / STYLES ================================================================ --}} {{-- Tempat untuk CSS tambahan dari halaman child (opsional) --}} @stack('styles') {{-- ================================================================ NAVBAR ================================================================ --}}
{{-- Logo / Brand --}}
Space Casual
Store
{{-- Hamburger (Mobile) --}}
{{-- Nav Menu --}}
Beranda
{{-- Dropdown Apparel --}}
{{-- Logika active diperbaiki untuk mencakup URL beranda/apparel- --}}
Apparel
Apparel New
Apparel Second
{{-- Dropdown Footwear --}}
{{-- Logika active diperbaiki untuk mencakup URL beranda/footwear- --}}
Footwear
Footwear New
Footwear Second
Tentang
Kontak
{{-- Search + Login + Cart --}}
{{-- Search --}}
{{-- Login Admin --}}
Login
Admin
{{-- Cart --}}
0
{{-- ================================================================ KONTEN UTAMA ================================================================ --}} @yield('content') {{-- ================================================================ FOOTER ================================================================ --}} {{-- ======================================================== CART DRAWER (SIDEBAR KERANJANG GLOBAL) ======================================================== --}}
Keranjang Belanja
{{-- ================================================================ SCRIPTS ================================================================ --}} @stack('scripts')