@forelse ($products as $id => $product) {{ ++$id }} {{ $product->qrcode }} {{ $product->subCategory->sub_category_name }} {{ $product->name }} {{ $product->brand->name }} {{ $product->quantity }} {{ $product->threshold }} @if ($product->quantity <= $product->threshold) Low @else Normal @endif {{ $product->unit_price }} @if ($product->status == 1) Published @else Draft @endif
@if (!$product->is_verified) @else @endif {{--
@csrf
--}}
@empty No products available. @endforelse