{{ $product->getTranslation('title',app()->getLocale()) }}
{{ $product->getTranslation('description',app()->getLocale()) }}
( {{ number_format($product->reviews?->avg('rating'),2) ?? 0 }} )
@if($product->offer)
@if($product->price > $product->product_net_price)
{{ $product->price }}
@endif
{{ $product->product_net_price }}
@else
{{ $product->product_net_price }}  }})
@endif