@forelse ($items as $item)
@if (!$item->is_stock())
{{__('out of stock')}}
@endif @if($item->previous_price && $item->previous_price !=0)
-{{PriceHelper::DiscountPercentage($item)}}
@endif Product
@include('includes.item_footer',['sitem' => $item])

{{ Str::limit($item->name, 45) }}

@if ($item->previous_price !=0) {{PriceHelper::setPreviousPrice($item->previous_price)}} @endif {{PriceHelper::grandCurrencyPrice($item)}}

@empty
{{__('No Product Found')}}
@endforelse