@if($p->hasDiscount())
10%
@endif {{$p->name}}

{{$p->name}}

کد محصول: {{$p->getCode()}}
@if(!$p->hasDiscount()) @if($p->stock_quantity == 0) ناموجود @else {{$p->getPrice()}} @endif @else @if($p->stock_quantity != 0)
{{$p->price}} {{config('app.currency_type')}}
{{$p->getPrice()}}
@else ناموجود @endif @endif
@if($p->stock_quantity > 0)
  افزودن به سبد خرید
@endif