{{-- Jolly deseni arama bandı (jolly.png) — ZORUNLU bileşen. Katman 1: ürün tipi sekmeleri (acentenin yetkilerinden) Katman 2: segmentli arama satırı + yeşil HEMEN ARA Katman 3: popüler aramalar pill'leri Parametreler: $tourTypes (Collection), $compact (bool), $popular (array) --}} @php $compact = $compact ?? false; $popular = $popular ?? []; $activeType = $activeType ?? null; $searchAction = $preview ? '#' : route('customer.agency.tours.search', $agency->slug); @endphp @if($tourTypes->isNotEmpty())
@foreach($tourTypes as $index => $type) @endforeach
@if(!$compact && count($popular)) @endif
@endif