@forelse ($cartItems as $item)
{{ $item->quantity }}
@if(!empty($item->product_url))
{{ $item->name }}
@else
{{ $item->name }}
@endif
${{ str_replace(',','',number_format(($item->price),2)) }}
@empty
Your cart is empty
Keep Shopping
@endforelse