{{ translate('Reviews & Ratings') }}

{{ $product->rating }} {{ translate('out of 5.0') }}
@php $total = 0; $total += $product->preorderProductreviews->count(); @endphp {{ renderStarRating($product->rating) }} ({{ $total }} {{ translate('reviews') }})
{{translate('Review this product')}} {{translate('Share your experience with others')}}
{{ translate('Rate this Product') }}
@include('preorder.frontend.product_details.product_review_pagination')