@include('user-web.layouts.sidebar')

HapiMart

@foreach($products as $product) @php $url='https://hapiverse.com/'.$product->productImage->imageUrl??'' ; @endphp @php if(Auth::user()->userTypeId==1){$route='/hapiverse/public/product-detail/'.$product->productId;}else{$route='/hapiverse/public/orderDetail/'.$order->orderId;} @endphp @endforeach