@if ($products->isNotEmpty())
@foreach ($products as $product)
{{ RvMedia::image($product->order_product_image ?: $product->image, $product->name, 'thumb', true, ['class' => 'img-fluid rounded-start ecommerce-product-image']) }}
@endforeach
@else
{{ __('You do not have any products to review yet. Just shopping!') }}
@endif
@include(EcommerceHelper::viewPath('customers.product-reviews.reviewed'))