@if($zipcode) @endif

New Order


NEW ORDER PLACED BY {{$order['customer_name']}}!









@foreach($orderItems as $item) @endforeach
Order Confirmation # {{$order['order_no']}}
Customer Name Phone Number Email
{{$order['customer_name']}} {{$order['phone_no']}} {{$order['customer_email']}}
Item QTY Amount
{{ $item->product->product_name }} @if($item->orderOptions!==null) @forelse($item->orderOptions as $option) @if($item->id == $option['order_item_id'])

({{ $option['option_name'] }})

@endif @empty @endforelse @endif
{{ $item->product_qty }} ${{ $item->product_per_price * $item->product_qty }}
Purchased Item ({{ count($orderItems) }}) ${{$order['sub_total'] ?? 0}}
Tax ${{$order['tax'] ?? 0}}
Shipping ${{$order['shipping_cost'] ?? 0}}
Discount ${{$coupon['value'] ?? 0}}
Coupon Name {{$coupon['name'] ?? ''}}
TOTAL ${{$order['total_amount'] ?? 0}}
City: {{$order->shipping_city}}
State: {{$order->shipping_state}}
Zipcode: {{$zipcode}}
@if($pickupDetails) @endif

Delivery Address

{{ $order['shipping_address'] . ', ' . $order['shipping_city'] . ', ' . $order['shipping_state'] . ',' . $order['shipping_country'] }}

USPS Package Pickup Details

Package will be picked up on {{ $pickupDetails['DayOfWeek'] }} - {{ $pickupDetails['Date'] }}.

Shop Again
{{-- --}} Specktrum

{{$setting['address']}}