@if (!empty($upload_details))

Cart Totals

Subtotal: {{ money($totalData['subtotal']) }}
Discount: {{ money($totalData['discount']) }}
@if (isset($couponCode)) Coupon {{ $couponCode }} Applied @endif
Total: {{ money($totalData['total']) }}
@endif