{{$variant->value_en}}
@endforeach @endif @if($count > 1) @endif @php $total_price = $product->price; if($product->discount_type == 'amount'){ $total_price = $product->price - $product->discount_amount; } else if($product->discount_type == 'percentage'){ $percenatge = ($product->price/100)*$product->discount_percentage; $total_price = $product->price - $percenatge; } @endphp @if($total_price != $product->price)