Transaction Date: {{$data['orders']->order_created_date}}
Order Number: {{$data['orders']->increment_id}}
Customer: {{$data['orders']->firstname}} , {{$data['orders']->lastname}}
Contact: {{$data['orders']->telephone}}
Email: {{$data['orders']->email}}

Billing Address: {{$data['orders']->street}} , {{$data['orders']->city}}, {{$data['orders']->region}} , {{$data['orders']->postal_code}}

Magento Status:: {{strtoupper($data['orders']->status)}}
Strawberry Response:: {{strtoupper($data['orders']->response_status)}}
Strawberry Reference No:: {{strtoupper($data['orders']->stn_order_no)}}
{{--
Magento Status
{{strtoupper($data['orders']->status)}}
--}}

{{-- --}} @foreach($data['orderDetails'] as $orderDetails) {{-- --}} @endforeach
ItemsProduct IDQty Unit Price Discount Amount Total
{{$orderDetails['product_sku']}}

{{isset($orderDetails['product_name']) ? $orderDetails['product_name'] : $orderDetails['mgt_product_name']." (Magento SKU does not match in StrawberryNet)" }}

{{$line_item->erp_material}}{{$orderDetails['order_qty'],2}} ₱ {{number_format((int)$orderDetails['unit_price'],2)}} ₱ {{number_format((int)$orderDetails['discount_amount'],2)}} ₱ {{number_format((int)$orderDetails['total'] ,2) }}
     

Grand Total