@if($product->comment->where('status',1)->where('suggested',1)->count() > 0)
{{$product->comment->where('status',1)->where('suggested',1)->count()}} نفر از خریداران این محصول را پیشنهاد دادهاند
@endif
@if(\App\Price::checkAvailable($product->id))
@else
@if($product->status == 4)
@else
@endif
@endif