@php($seo = $seo ?? \App\Support\SeoMeta::make(trim($__env->yieldContent('title', '8Stores'))))
{{ $seo['title'] }}
@if ($seo['image'])
@endif
@include('partials.brand')
@auth('customer')
{{ \Illuminate\Support\Str::of(auth('customer')->user()->name)->substr(0, 1)->upper() }}
{{ auth('customer')->user()->name }}
Account
Edit Profile
Favorites
Orders
Track Order
Bag
@csrf
Logout
@else
Login
Track order
Sign up
@endauth
Bag
{{ auth('customer')->user()?->cartItems()->sum('quantity') ?? 0 }}
@yield('content')
@stack('scripts')