@if(($product->related_products()->where('is_active', 1)->count() > 0) || count($related_products_category_brand) > 0)
Price: @if($related_product->price_with_discount() < $related_product->price) {{currency_format($related_product->price_with_discount())}}
@lang('Out of Stock!')
@elseif($related_product->in_stock < 4)@lang('Only') {{$related_product->in_stock}} @lang('left in Stock!')
@endif @if(count($related_product->reviews->where('approved', 1)) > 0) @endif@lang('Price:') @if($related_product->price_with_discount() < $related_product->price) {{currency_format($related_product->price_with_discount())}}
@lang('Out of Stock!')
@elseif($related_product->in_stock < 4)@lang('Only') {{$related_product->in_stock}} @lang('left in Stock!')
@endif @if(count($related_product->reviews->where('approved', 1)) > 0) @endif