Nag Forms & Supplies

Order Items

@forelse($orderItems as $orderItems)
@empty @endforelse
Item Price Qty Total
{{$orderItems->product->product_name}} @forelse($orderItems->orderOptions as $option)

{{ removeColon($option->option_name)}} : {{ $option->option_value}}

@empty @endforelse
${{$orderItems->product_per_price}} {{$orderItems->product_qty}} ${{$orderItems->product_per_price*$orderItems->product_qty}}

Thank You For Your Order!

@if(isset($order['discount']) && $order['discount'] > 0) @endif
Order Confirmation # {{$order['order_no']}}
Subtotal ${{$order['sub_total']}}
Shipping ${{$order['shipping_cost']}}
Discount ${{$order['discount']}}
Tax ${{$order['tax']}}
TOTAL ${{$order['total_amount']}}

Delivery Address

{{$order['shipping_address_1'] ?? ''}} {{$order['shipping_address_2'] ?? ''}}, {{$order['shipping_city'] ?? ''}}, {{$order['shipping_state'] ?? ''}}, {{$order['shipping_country'] ?? ''}}

Shop Again
@if(isset($setting->logo)) @endif

{{$setting['address'] ?? ''}}