@include('business.layouts.sidebar')

{{$orderById->product->productName}}

Order no: #{{$orderById->orderNo}}

{{ $orderById->product->productPrice ?? ''}}

{{$orderById->product->orderStatus}}

Order id: #{{$orderById->orderNo}}

Order from: {{$userName}}

Delivery address: {{$orderById->shippingAddress}}


Quantity: 1

{{$orderById->product->productPrice ?? ''}}

Subtotal

{{$orderById->orderCost ?? ''}}


Shipping fee

${{$orderById->shippingCost}}

Total (Incl.GST)

{{$orderById->totalAmount ?? ''}}

@if($orderById->orderStatus==0)

Help

Let us know the reason of cancelling this order?

Cancel Order
@endif