@extends('layouts.app') @section('contents')
Order No : {{$orders->visual_id}} {{$orders->order_status_name}}

Order Created at

{{$dateCreated}}

Name

{{$orders->customer_name}}

Email

{{$email->email}}

Contact No

{{optional(optional($orders)->customers)->phone}}
Billing Address
Edit
Name : {{$orderFormatted->order_addresses_attributes['0']->customer_name}}
{{$orderFormatted->order_addresses_attributes['0']->address1}}
{{$orderFormatted->order_addresses_attributes['0']->city}}
{{$orderFormatted->order_addresses_attributes['0']->state}}
{{$orderFormatted->order_addresses_attributes['0']->country}}
Price
Sub Total :
{{$orders->order_subtotal}}
Shipping :
Free
Total :
{{$orders->order_total}}
Invoice
Invoice No :
Order Items
@foreach($orders->items as $item) @endforeach
Item ID Photo Style Description Style Number Color Size Other Size XS Size S Size M Size L Size XL Size 2XL Size 3XL Total Quantities
{{$item->item_id}} ... {{$item->style_description}} {{$item->style_number}} {{$item->color}} {{$item->size_other}} {{$item->size_xs}} {{$item->size_s}} {{$item->size_m}} {{$item->size_l}} {{$item->size_xl}} {{$item->size_2xl}} {{$item->size_3xl}} {{$item->total_quantities}}
@endsection @push('script') @endpush