Checkout

Billing Information

Please fill all information below

Payment Information

Please fill all information below

Thank you ! Your Order is Completed !

You will receive an order confirmation email with details of your order.

View Order

Order Summary
@foreach($data as $item) @php $tax+=$item->product->tax; $discount+=$item->product->discount; $subtotal+=$item->product->price * $item->quantity; @endphp @endforeach
Product Product Info Price
{{$item->product->name}}

Quantity : {{$item->quantity}}

{{$item->product->price * $item->quantity}}
Sub Total : {{floatval($subtotal)}}
Discount : - {{floatval($discount)}}
Estimated Tax : {{floatval($tax)}}
Total : {{$subtotal+$tax-$discount}}