@if($product->video_url != null && (str_contains($product->video_url, "youtube.com/embed/")))
@endif
@if ($product['details'])
{!! $product['details'] !!}
@endif
@if (!$product['details'] && ($product->video_url == null || !(str_contains($product->video_url, "youtube.com/embed/"))))
{{translate('product_details_not_found')}}
!
@endif
@if(count($product->reviews)==0 && $productReviews->total() == 0)
{{translate('No_review_given_yet')}}!
@else
{{$overallRating[0]}}
@for($inc=1;$inc<=5;$inc++)
@if ($inc <= (int)$overallRating[0])
@elseif ($overallRating[0] != 0 && $inc <= (int)$overallRating[0] + 1.1 && $overallRating[0] > ((int)$overallRating[0]))
@else
@endif
@endfor
{{$productReviews->total()}} {{translate('ratings')}}
{{translate('excellent')}}
{{$rating[0]}}
{{translate('good')}}
{{$rating[1]}}
{{translate('average')}}
{{$rating[2]}}
{{translate('below_Average')}}
{{$rating[3]}}
{{translate('poor')}}
{{$rating[4]}}
{{ translate('Product_review') }}
@endif
@include('web-views.partials._product-reviews')
@if(count($product->reviews) > 2)
@endif