✓ In stock ({{ $combo->units_in_stock }} available)
@elseOut of stock for this combination
@endif @elseif($this->product->track_inventory) @if($this->product->units_in_stock > 0)✓ In stock ({{ $this->product->units_in_stock }} available)
@elseOut of stock
@endif @endif {{-- Quantity + Add to cart --}}{{ $message }}
@endif