My Cart ({{ count($cartItems) }})

{{--
Product Added To Cart
--}}
@php $total = 0; @endphp
@php $qtytotal = 0; @endphp @forelse ($cartItems as $item) @php $total += ($item->price); $qtytotal += $item->quantity; @endphp
...
{{ $item->name }}

Product Code: {{ $item->id }}

Item Price

${{ str_replace(',','',number_format($item->attributes->perproductprice,2)) }}

@if(!$loop->last)
@endif @empty {{--
...
Bag Holder, complete, 370 #1847

Product Code: 1847

Item Price

$7:00

--}}

Your cart is empty

{{-- ... --}}   Keep Shopping
@endforelse

Sub Total:

${{ str_replace(',','',number_format($total,2)); }}

{{-- ... --}} {{-- ... --}} Keep Shopping {{-- Continue Shopping --}} {{-- ... --}} Keep Shopping
{{-- isEmpty()) href="{{ route('checkout') }}" @endif type="button" aria-label="" >... --}} isEmpty()) href="{{ route('checkout') }}" @endif class="@if($cartItems->isEmpty()) disabled @endif btn btn-block btn-danger btn-sm setWebSiteBtnStyle" aria-label="">Checkout
isEmpty()) href="{{ route('checkout') }}" @endif class="@if($cartItems->isEmpty()) disabled @endif btn btn-block btn-success btn-sm" aria-label="" style="width:100%;padding: 8px;font-size: 18px;background:#3e9a59;border:0px;">Checkout
Continue Shopping