@stack('css') @if(Session::has('success')) @endif @if(Session::has('error')) @endif
@if($errors->has('query')) {{$errors->first('query')}} @endif

Cart-{{Cart::total()}}

{{Cart::count()}}
@forelse($cartItems as $cartItem)
cart

{{str_limit($cartItem->name, 20)}}

{{$cartItem->qty}} × {{$cartItem->price}}

@empty

There are no items in this cart

@endforelse @if(Cart::count() > 0) @endif

Cart-{{Cart::total()}}

{{Cart::count()}}
@forelse($cartItems as $cartItem)
cart

{{str_limit($cartItem->name, 30)}}

{{$cartItem->qty}} × {{$cartItem->price}}

@empty

There are no items in this cart

@endforelse @if(Cart::count() > 0) @endif
@yield('content')

sign up to newsletter

Instant Sign Up. Cancel Anytime. No Credit Card Required

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@stack('js')