{{ __('Brand') }} {{ $product->subCategory?->getTranslation('title',app()->getLocale()) }}
{{ $product->getTranslation('title',app()->getLocale()) }}
{{ __('Reviews') }} ( {{ number_format($product->reviews?->avg('rating'),2) ?? 0 }} )
{{ $product->product_net_price }}  }})
{{ __('Seller') }}
{{ $product->store?->getTranslation('title',app()->getLocale()) }}
( {{ number_format($product->store?->reviews?->avg('rating'),2) ?? 0 }} )
 }})
{{ __('Fast shipping') }}
{{ __('Fast and easy delivery ensures your order arrives as quickly as possible.') }}
 }})
{{ __('Secure payment') }}
{{ __('Reliable and easy payment process') }}
 }})
{{ __('Free returns') }}
{{ __('Free return service') }}
{{ $product->getTranslation('description',app()->getLocale()) }}
@if($product->features)@foreach(json_decode($product->features) ?? [] as $key => $feature)
{{ $key }} : {{ $feature }}
@endforeach @endif{{ $review->comment }}
( {{ $review->rating }} )