{{ $product->name }}
@if (setting('reviews_enabled'))
@include('storefront::public.partials.product_rating')
@endif
{{ trans('storefront::product.in_stock') }}
{{ trans('storefront::product.out_of_stock') }}
{!! $product->short_description !!}
@if ($product->variant)
{!! $item->is_active ? $item->hasSpecialPrice() ? $item->special_price->format() : $item->price->format() : '' !!}
@else
{{ $item->hasSpecialPrice() ? $item->special_price->format() : $item->price->format() }}
@endif