@extends('layouts.app') @section('title', 'Customers | Shopping Cart | Create Order') @section('extrastyles') @if(!empty(metricsGlobalEnabled())) @endif @endsection @section('content')
Create Order
@if(\App\Facades\Integration::instance()->isEnabled())
    @if(!isTeqTankEnable()) @endif
    @else
    @endif

    {!! __('Shipping Methods') !!}

    @if(isset($shipping_methods) && is_array($shipping_methods) and count($shipping_methods) > 0) @include('Product::shopping-cart.customer._shipping_method_list') @endif
    @if($allowAutoshipShipping)

    {{$autoShipLabel}} Shipping Methods

    @endif @if(isset($shippingAddress))

    {!! __('Shipping Address') !!}

    {{ $user->first_name }} {{ $user->last_name }}

    {{ $shippingAddress->address }}
    {{ $shippingAddress->city }}, {{ $shippingAddress->state }} {{ $shippingAddress->zip }}
    {{ $shippingAddress->country }}

    @endif

    Your Products

    Add Product
    SKU Title Qty Price Ext Amount Action
    {{--
    --}}
    Order Summary
    SubTotal $0
    Shipping $0
    Tax $0
    Discount $0
    Total $0