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

{{$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) @endif @endif {{-- counter --}} @if( $product->has_discount ) @if( \Carbon\Carbon::now()> $product->DateOnSaleFrom and \Carbon\Carbon::now()< $product->DateOnSaleTo)
{{--

تخفیف ویژه

--}}
0 روز
:
0 ساعت
:
0 دقیقه
:
0 ثانیه
@endif @endif {{-- end counter --}} @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($salePrice != 0) {{ $salePrice }}تومان @else ناموجود @endif @if(product_price_for_user_normal($product->id)[1] != 0) {{ $product->percent_sale_price }}%
{{ $originalPrice }} تومان
@endif @if($userProfit > 0)

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

@endif @if($product->quantity>0)
@endif
@endif @if($product->quantity<=0) @endif