@forelse($products as $product)
@php if(round($product->qty_available, 3) > 0) { $cls_name = "bg-info"; } else { $cls_name = "bg-danger-1"; } @endphp {{round($product->qty_available,3).' '.$product->short_name}}
@format_currency($product->selling_price)