{{__('admin.Stock out products')}}

@foreach ($products as $index => $product) @endforeach
{{__('admin.SN')}} {{__('admin.Name')}} {{__('admin.Price')}} {{__('admin.Photo')}} {{__('admin.Type')}} {{__('admin.Action')}}
{{ ++$index }} {{ $product->short_name }} {{ $setting->currency_icon }}{{ $product->price }} @if ($product->new_product == 1) {{__('admin.New')}} @endif @if ($product->is_featured == 1) {{__('admin.Featured')}} @endif @if ($product->is_top == 1) {{__('admin.Top')}} @endif @if ($product->is_best == 1) {{__('admin.Best')}} @endif