Contact Us @if(Auth::guard('users')->check()) My Account   Log Out @else My Account Sign In / Register @endauth
GET IT ON Google Play
Wishlist @php $cart = session('cart', []); $cart_count = collect($cart)->sum('qty'); // not count() @endphp