@if ($item->is_stock())
@if ($item->previous_price !=0)
{{ $item->is_type != 'undefine' ? (str_replace('_',' ',__("$item->is_type"))) : '' }}
@else
{{__('out of stock')}}
@endif
@if($item->previous_price && $item->previous_price !=0)
-{{PriceHelper::DiscountPercentage($item)}}
@endif
{{ Str::limit($item->name, 38) }}
@if ($item->previous_price !=0)
{{PriceHelper::setPreviousPrice($item->previous_price)}}
@endif
{{PriceHelper::grandCurrencyPrice($item)}}
@if ($item->is_stock())
{{ $item->is_type != 'undefine' ? ucfirst(str_replace('_',' ',$item->is_type)) : '' }}
@else
{{__('out of stock')}}
@endif
@if($item->previous_price && $item->previous_price !=0)
-{{PriceHelper::DiscountPercentage($item)}}
@endif