 }})
 }})
CUSTOMER NAME
{{ $orders->user->name }}
|
PHONE NO
{{ $orders->user->credentials }}
|
ORDER ID
{{ $orders->unique_id }}
|
Region, Township
{{ $orders->township }}
|
Payment Status
{{ $orders->payment != null ? 'Paid' : 'COD' }}
|
# | Product Name | Category | Brand | Size | Price (MMK) | {{--Discount Percentage | --}} {{--Discount Price | --}}Quantity | Sub Price | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $e + 1 }} | {{ $order->product->name }} |
{{ $order->product->Category->name }}
{{ $order->product->subCategory?->name }} |
{{ $order->product->Brand->name }} | {{ $order->product_size }} | {{ number_format($order->product_price) }} | {{--{{ number_format($order->discount_percent) }} | --}} {{--{{ number_format($order->discount_price) }} | --}}{{ $order->quantity }} | @if ($order->discount_point > 0)(-{{$order->discount_point_amount}} off) {{ number_format($order->sub_price - $order->discount_point_amount) }} | @else{{ number_format($order->sub_price) }} | @endif|||||
{{ $orders->status == 3 || $orders->status == 4 ? " Note - $orders->refund_note " : '' }} |
|
@if ($orders->status != '3')
@if ($orders->status == '1' || $orders->status == '2')
@else
@if ($orders->status == '4')
@else
{{-- Cancel --}}
@include('Dashboard.Order.cancel')
@include('Dashboard.Order.refund')
@endif
@endif
@endif
Current Point : {{ $orders->user->point }}
Delivery Person
{{ $orders->delivery_name }}
|
Delivery Phone
{{ $orders->delivery_phone }}
|
Delivery
Address
{{ $orders->address }}
|
Delivery Note
{{ $orders->note ?? '-' }}
|
Payment Slip
@if ($orders->payment_slip == null)Cash On Delivery
@else