@php $customer = auth()->guard('customer')->user(); $cart = \Cart::getCart(); $cartItemCount = isset($cart->items) ? count($cart->items) : 0; @endphp
My Products Store Connected
Manage my stores
Add a new store