@foreach($orders as $order) @endforeach
ID Order Type Fulfillment status General Status Payment status Items Sub Total Discount RP fees RR fees RE fees Total Total QTY Shipped by Location Customer Name Customer phone Customer 2nd phone Address City State User Email Date Last Update
{{$order['id']}} {{$order['order_type']}} {{$order['order_status']}} {{$order['general_status']}} {{$order['payment_status']}} @foreach($order['items'] as $item) {{$item->qty_ordered}} - {{$item->name}} - {{$item->variance ? $item->variance->first_attribute_value : ''}} - {{$item->variance ? $item->variance->second_attribute_value : ''}}
@endforeach
{{$order['sub_total']}} {{$order['discount']}} {{$order['shipping_fees']}} {{$order['return_fees']}} {{$order['exchange_fees']}} {{$order['total']}} {{$order['total_qty']}} {{$order['shipped_by']}} {{$order['location']}} {{$order['customer_name']}} {{$order['phone']}} {{$order['phone2']}} {{$order['address']}} {{$order['city']}} {{$order['state']}} {{$order['user_email']}} {{$order['date']}} {{$order['last_update']}}