@if($inventoryItems->total() > 0)
{{ $inventoryItems->total() }} Products
Showing {{ $inventoryItems->firstItem() }}-{{ $inventoryItems->lastItem() }}
@endif
@if($selectedCategory)
{{ ucfirst(str_replace('-', ' ', $selectedCategory ?? '')) }}
@endif
@if($selectedSubcategory)
{{ ucfirst(str_replace('-', ' ', $selectedSubcategory ?? '')) }}
@endif
@foreach($selectedBrandNames as $id => $name)
{{ $name }}
@endforeach
@foreach($selectedConditionNames as $id => $name)
{{ $name }}
@endforeach
@if($minPrice !== null || $maxPrice !== null)
${{ number_format($minPrice ?? $priceRange['min'], 0) }} - ${{ number_format($maxPrice ?? $priceRange['max'], 0) }}
@endif
@if($search)
"{{ Str::limit($search, 20) }}"
@endif
@endif
@if($inventoryItems->count() > 0)
{{-- Clean grid layout with vertical cards only --}}
@endif
@foreach($inventoryItems as $item)
@endforeach
{{ $inventoryItems->links() }}
@else
@if($search) No products found for "{{ $search }}" @else No products available @endif
@if($search) Try adjusting your search or filters to find what you're looking for @else Products will appear here when available @endif
@if($activeFilterCount > 0) @endif