@if($product->is_installment)
امکان خرید اقساطی
@endif {{$product->name}}
{{$product->product_code}}
۴.۷

{{$product->name}}

@if($product->sale_price == 0 or $product->quantity == 0)
تماس بگیرید
@else @php // محاسبه سود کاربر $originalPrice = product_price_for_user_normal($product->id)[0]; // قیمت اصلی $salePrice = product_price_for_user_normal($product->id)[2]; // قیمت پس از تخفیف $userProfit = $originalPrice - $salePrice; // محاسبه سود @endphp @if($userProfit > 0)

سود شما {{ number_format($userProfit) }} تومان

@endif
@if($salePrice != 0) {{ number_format($salePrice) }} تومان @else تماس بگیرید @endif @if(product_price_for_user_normal($product->id)[1] != 0) {{ $product->percent_sale_price }}%
{{ number_format($originalPrice) }} تومان
@endif
@endif