@extends('front_master') @section('front_content') Shopping Cart Checkout Order Complete If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section. Username or email * Password * Remember me Last your password? Login Have a coupon? Enter your code If you have a coupon code, please apply it below. Apply Coupon @csrf Billing Details Full name * @error('name') {{ $message }} @enderror Last name * Company name (optional) Country / Region * United States (US) United Kingdom (UK) United States France Australia Full address * @error('full_address') {{ $message }} @enderror Town / City * ZIP State * California United Kingdom (UK) United States France Australia Phone * @error('phone') {{ $message }} @enderror Email address * @error('email') {{ $message }} @enderror Ship to a different address? First name * Last name * Company name (optional) Country / Region * United States (US) United Kingdom (UK) United States France Australia Street address * Town / City * Postcode * Country (optional) Order notes (optional) Your Order Product @foreach($carts as $cart) {{$cart->product->product_name}} {{$cart->cart_qty}} @if(!empty($cart->variant_details)) @foreach($cart->variant_details as $variant) {{ $variant->variant_name }}: {{ $variant->variant_value }} @if(!$loop->last) | @endif @endforeach @endif {{$cart->unit_total}} BDT @endforeach Subtotal {{$sum}} BDT Delivery Charge Inside Dhaka ({{ $settings->inside_dhaka_dc }} BDT) Suburban Areas ({{ $settings->sub_urban_areas_dc }} BDT) Outside Dhaka ({{ $settings->outside_dhaka_dc }} BDT) Shipping Free Shipping Local Pickup Flat rate: $5.00 Total {{ $sum + $settings->inside_dhaka_dc }} BDT Payment Methods @foreach(paymentmethods() as $row) {{$row->name}} @endforeach @error('paymentmethod_id') {{ $message }} @enderror @error('image') {{ $message }} @enderror Place Order @endsection @push('scripts') @endpush
If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section.
If you have a coupon code, please apply it below.
{{ $message }}