@php $variant = $product->stock <= 0 ? 'danger' : ($product->stock <= 10 ? 'warning' : 'success'); @endphp {{ $product->stock }}