@extends('admin.layouts.app') @section('title', 'Order Detail') @section('content')
{{ $order->customer->full_name }}
Email : {{ $order->customer->email }}
Phone Number : {{ $order->customer->mobile_number }}
{{ $orderCount }} Orders
Return Reason :
Defective items received
Cancel Reason :
Defective items received
Return Reason :
Defective items received
Cancel Reason :
Defective items received
Product Name | Price in USD | Price in MMK | Quantity | Total | Returned | Approval | Pickup | Refund | Restock |
---|---|---|---|---|---|---|---|---|---|
{{ $item->product_name }} | {{ $item->price_usd }} | {{ $item->price_mmk }} | {{ $item->quantity }} | {{ $item->total }} |
{{ $order->shippingAddress->address }}
{{ $order->shippingAddress->city }},
{{ $order->shippingAddress->state }}
Myanmar,
{{ $order->shippingAddress->pincode }}
{{ $order->billingAddress->address }}
{{ $order->billingAddress->city }},
{{ $order->billingAddress->state }}
Myanmar,
{{ $order->billingAddress->pincode }}