{{__('admin.Stock out products')}}
| {{__('admin.SN')}} | {{__('admin.Name')}} | {{__('admin.Price')}} | {{__('admin.Photo')}} | {{__('admin.Action')}} |
|---|---|---|---|---|
| {{ ++$index }} | {{ $product->short_name }} | {{ $setting->currency_icon }}{{ $product->price }} | |
@php
$existOrder = $orderProducts->where('product_id',$product->id)->count();
@endphp
@if ($existOrder == 0)
@else
@endif
|