@php $priceRange = $catalog['price_range']; $developmentCount = collect($catalog['results'])->pluck('development_name')->unique()->count(); @endphp
@if ($showFiltersDrawer)
@endif

Lotes Disponibles

Mostrando {{ number_format($catalog['visible_count']) }} de {{ number_format($catalog['total_count']) }} lotes en {{ number_format($developmentCount) }} desarrollos

expand_more
Venta @foreach ($catalog['active_filters'] as $filter) {{ $filter['label'] }} @if ($filter['key'] === 'amenity') @else @endif @endforeach @if ($catalog['active_filters'] !== []) @endif
@forelse ($catalog['results'] as $lot)
{{ $lot['title'] }}
{{ $lot['primary_badge'] }}
photo_camera {{ $lot['gallery_count'] }}

{{ $lot['price_formatted'] }} {{ $lot['price_suffix'] }}

{{ $lot['title'] }}

apartment {{ $lot['development_name'] }}

location_on {{ $lot['location_label'] }}

@foreach ($lot['metrics'] as $metric)
{{ $metric['icon'] }} {{ $metric['value'] }}
@if (!$loop->last)
@endif @endforeach

{{ $lot['price_per_sqm_formatted'] ?: 'Precio por m2 disponible con asesor.' }}

@empty

No encontramos lotes con esos filtros

Prueba limpiando criterios o ajustando el rango de precio y superficie.

@endforelse
@if ($catalog['has_more_results'])
@endif
Inventario activo

Desarrollos Exclusivos

Consulta disponibilidad real y arranca conversacion con un asesor desde la landing.

@foreach ($catalog['development_highlights'] as $development)
{{ $development['name'] }}

{{ $development['name'] }}

{{ $development['status_label'] }}

{{ $development['description'] }}

Comercializacion {{ $development['commerce_percent'] }}%

{{ $development['availability_label'] }} {{ $development['availability_caption'] }}

@foreach ($development['amenities'] as $amenity)
{{ $amenity['icon'] }} {{ $amenity['name'] }}
@endforeach
@endforeach