@props(['products'])

Featured products

Quote-ready catalog picks.

@forelse($products as $product) @php($images = is_array($product->images) && count($product->images) ? $product->images : ['https://images.unsplash.com/photo-1581093588401-fbb62a02f120?auto=format&fit=crop&w=900&q=80']) @php($domain = strtolower(optional($product->category->parent)->name ?? optional($product->category)->name ?? '')) @php($key = str_contains($domain, 'medical') || str_contains($domain, 'nursing') ? 'medical' : (str_contains($domain, 'map') || str_contains($domain, 'gis') || str_contains($domain, 'chart') ? 'maps' : 'lab'))
{{ $product->name }}
{{ optional($product->category)->name }}

{{ $product->name }}

{{ $product->short_description }}

View Details
@empty

No featured products yet

Mark products as featured in the admin panel to render this section dynamically.

@endforelse