@extends('admin.layouts.app') @section('title', $title) @section('content')
@csrf

Create Order

Customer:

Order Status:

No billing address found. Please create one.

Billing Info :

Name: @{{ userBillingInfo.first_name }} @{{ userBillingInfo.last_name }}
Phone Number: @{{ userBillingInfo.phone_number }}
Email: @{{ userBillingInfo.email }}
Address: @{{ userBillingInfo.address }}
City: @{{ userBillingInfo.city }}
State: @{{ userBillingInfo.state?.name }}
Country: @{{ userBillingInfo.country?.name }}
Zip code: @{{ userBillingInfo.zip }}

Select Product:

Product Quantity Price Action

Coupon Code Details:

Payment Details:

Payment method:
Transaction ID

Summary

Subtotal:
Coupon code
Coupon amount
Tax
Total

Create Order

@endsection