@include('components/headAccordion')
Back to view all SOEA

Cart No: {{ $soea[0]->OrderID }}

Order Information

Items Ordered
Number of product in order: {{ $soea[0]->NumberOfProductInOrder }}
@if ($soea->count() >= 1) @for ($i = 0; $i < $soea->count(); $i++)
Product Name {{ $soea[$i]['ProductName'] }}
SKU Reference No {{ $soea[$i]['SKUReferenceNo'] }}
Parent SKU Reference No {{ $soea[$i]['ParentSKUReferenceNo'] }}
Variation Name {{ $soea[$i]['VariationName'] }}
Cancel Reason {{ $soea[$i]['CancelReason'] }}
Return/Refund Status {{ $soea[$i]['ReturnRefundStatus'] }}
Original Price {{ $soea[$i]['OriginalPrice'] }}
Deal Price {{ $soea[$i]['DealPrice'] }}
Quantity {{ $soea[$i]['Quantity'] }}
Product Subtotal {{ $soea[$i]['ProductSubtotal'] }}
Seller Rebate {{ $soea[$i]['SellerRebate'] }}
Seller Discount {{ $soea[$i]['SellerDiscount'] }}
Shopee Rebate {{ $soea[$i]['ShopeeRebate'] }}
SKU Total Weight {{ $soea[$i]['SKUTotalWeight'] }}
@endfor @endif
@php($commons = ['OrderStatus','TrackingNumber','ShippingOption','ShipmentMethod','EstimatedShipOutDate','ShipTime', 'OrderCreationDate','OrderPaidTime','OrderTotalWeight','VoucherCode','SellerVoucher','SellerAbsorbedCoinCashback', 'ShopeeVoucher','BundleDealIndicator','ShopeeBundleDiscount','SellerBundleDiscount','ShopeeCoinsOffset', 'CreditCardDiscountTotal','TotalAmount','BuyerPaidShippingFee','TransactionFee','CommissionFee','ServiceFee', 'GrandTotal','EstimatedShippingFee','UsernameOfBuyer','ReceiverName','PhoneNumber','DeliveryAddress','Town', 'District','City','Province','Country','ZipCode','RemarkFromBuyer','OrderCompleteTime','Note']) @foreach ($commons as $common)
{{ $common }}
{{ $soea[0]->$common }}
@endforeach
@include ('components.modalForDelete')