{{-- Destinasyon mozaiği — ets.png birebir referans: masonry tam görsel kartlar --}} @php $destinations = $section['resolved']['destinations'] ?? collect(); $data = $section['data'] ?? []; @endphp @if($destinations->isNotEmpty())
@if(!empty($data['subtitle'])){{ $data['subtitle'] }}@endif

{{ $data['title'] ?? 'Popüler Bölgeler' }}

@foreach($destinations as $index => $destination) @php $url = $preview ? '#' : route('customer.agency.tours.list', [ 'agency' => $agency->slug, 'type' => $destination->type_slug, 'q' => $destination->name, ]); @endphp @if($destination->image) {{ $destination->name }} @else @endif {{ $destination->name }} {{ $destination->count }} Tur @endforeach
@endif