{{-- @foreach (Cart::content() as $item) {{dd($item->productData)}} @endforeach --}} {{-- --}} Home Products @foreach ($globalCategories as $category) {{ $category->category_title }} @endforeach Clip Calculator Become a Distributor Where To Buy Contact Us Need Help?+1 (855) 925-2337 {{-- Categories @foreach ($globalCategories as $category) {{$category->category_title}} @if ($category->childs) @foreach ($category->childs as $child) {{ $child->category_title }} @endforeach @endif @endforeach --}} {{ Cart::count() <= 99 ? Cart::count() : '99+' }} @foreach (Cart::content() as $item) @if (count($item->productData->images) > 0) @else @endif {{ $item->name }}{{ formatMoney($item->price, true) }} x {{ $item->qty }}un @foreach ($item->options as $key => $variation) {{ $key }}{{ $variation }} @endforeach @endforeach @if (Cart::count() > 0) Total{{ formatMoney(Cart::subtotal(), true) }} View Cart @else Your shopping cart is empty. Click here to go shopping! @endif Account @guest Sign In or Sign Up @endguest @auth Hi, {{Auth::user()->customer_name}}. Welcome Back! My Orders {{-- My Profile --}} Logout @endauth {{-- Toggle navigation Products @foreach ($globalCategories as $category) {{ $category->category_title }} @if ($category->childs) @foreach ($category->childs as $child) {{ $child->category_title }} @endforeach @endif @endforeach View Resources Warranty Installation &Maintenance Flooring FAQs Technical Documents Digital Catalog Visualizer Where to Buy Contact US @if (Auth::check()) HELLO, {{ Auth::user()->customer_name }}! MY CART MY ORDERS LOG OUT @else @endif @foreach (Cart::content() as $cart) @if (count($cart->productData->images) > 0) @else @endif {{ $cart->name }} QTY: 01 @endforeach @if (Cart::content()->count() > 0) VIEW SAMPLES @else Empty Order @endif --}}