Billing Details

@csrf
Your Order
    @foreach($cart as $item)
  • {{ $item['name'] }} {{ number_format($item['price'], 2) }} BDT
  • @endforeach {{-- @dd($subTotal) --}}
  • Subtotal {{ number_format((float) $subTotal) }} BDT
  • Discount -{{ number_format($discount, 2) }} BDT
  • Delivery {{ number_format($delivery, 2) }} BDT
  • Total {{ number_format((float) $total) }} BDT
You will be redirected to payment page.