@if($showProductDropdown && !empty($productResults))
@foreach($productResults as $product)
{{ $product->name }}
@if($product->style)
Style: {{ $product->style }}
@endif
@if($product->category)
Category: {{ $product->category->name }}
@endif
@endforeach
@endif
@if(!empty($productSearch) && strlen($productSearch) >= 2 && empty($productResults))
@endif
@if($selectedProductId && $sizes && $sizes->count() === 0)
@endif
@if($selectedProductId && $sizes && $sizes->count() > 0)
@endif
@if(!$selectedProductId)
Select a Product
Choose a product from the dropdown above to manage prices for all its variants