@can('user-product-amount')
@if($product->availability!=0)
{{ number_format($product->amount, 0, '', ',') }} تومان
@endif
@else
@endcan
@can('user-product-amount')
@if($product->availability==0)
@else
@if($product->ShowPrice())
{{ number_format( $product->amount - ($product->amount * $groupShopping->discount_percent / 100.0) , 0, '', ',') }}
تومان
@if($product->special)
@if($product->ppoint_special != 0)
{{ $product->ppoint_special }} امتیاز
@endif
@else
@if($product->ppoint != 0)
{{ $product->ppoint }} امتیاز
@endif
@endif
@if($product->tax_alert==1)
با احتساب مالیات
@endif
@else
@if($setting->show_hidden_inquiry_price == true)
@if(Auth::check() && Auth::user()->can('admin-hidden-inquiryproducts-price'))
{{ number_format($product->amount - ($product->amount* $groupShopping->discount_percent / 100.0), 0, '', ',') }}
تومان
@else
@endif
@else
@endif
@endif
@endif
@else
مشاهده قیمت و خرید آنلاین
@endcan