 }})
 }})
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' }}
|
{{-- --}}
{{-- --}}
@foreach ($orders->orderProduct as $e => $order)
{{-- --}}
{{-- --}}
@if ($order->discount_point > 0)
@else
@endif
@endforeach
@endif
@if ($orders->status == '4')
@endif
# | 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 }} | (-{{$order->discount_point_amount}} off) {{ number_format($order->sub_price - $order->discount_point_amount) }} | {{ number_format($order->sub_price) }} | |||||
{{ $orders->status == 3 || $orders->status == 4 ? " Note - $orders->refund_note " : '' }} |
@if ($orders->total_point > 0)
@endif
|
@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