@include('business.layouts.sidebar')
@if($orderById->orderStatus==0)
@endif
@if(\Illuminate\Support\Facades\File::exists(public_path($orderById->product->productImage[0]->imageUrl)))
@else
@endif
{{$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)