{{-- ================= SIDEBAR ================= --}} @include('customer.partials.sidebar') {{-- ================= MAIN WRAPPER ================= --}}
{{-- ================= TOPBAR ================= --}}
3
Notifications
📦 Order shipped
🎫 Ticket reply
âš Security alert
{{ auth()->user()->name ?? 'Customer' }}
Profile
Settings
@csrf
Logout
{{-- ================= PAGE CONTENT ================= --}}
@yield('content')