@foreach($cartItems as $item)
@if($item->product && $item->product->images && count($item->product->images) > 0)

@else
@endif
{{ $item->display_name }}
Qty: {{ $item->quantity }}
RM {{ number_format($item->total_price, 2) }}
@endforeach
Subtotal:
RM {{ number_format($cartTotal, 2) }}
Shipping:
Free
Tax:
RM {{ number_format($taxAmount, 2) }}
Total:
RM {{ number_format($finalTotal, 2) }}
Your payment information is secure and encrypted