@include('user-web.layouts.head') @include('user-web.layouts.header')
@include('user-web.layouts.sidebar')
...
{{$orderById->product->productName}}
${{$orderById->product->productPrice}}

@if($orderById->orderStatus==0) Pending @elseif($orderById->orderStatus==1) Shipped @elseif($orderById->orderStatus==2) Delivered @elseif($orderById->orderStatus==3) Cancelled @endif
Address:{{$orderById->shippingAddress}}

Id:{{$orderById->orderId}}

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

Help

Let us know the reason of cancelling this order?

Cancelling my self Quantity is wrong Order placed by mistake Other
Cancel Order
@endif
@include('user-web.layouts.footer')