Product Code {{ $product->model }}
@endif @if($product->virtual && $product->downloadable && $product->file) @lang('Download access will be given after payment is done.') @endif{{$product->reviews->where('approved', 1)->where('rating', '!=', null)->avg('rating')}} {{count($product->reviews->where('approved', 1)->where('rating', '!=', null))}} @lang('Ratings &') {{count($product->reviews->where('approved', 1)->where('comment', '!=', null))}} @lang('Reviews')
@endif