{{-- Open Graph para WhatsApp/FB/X --}} @if($property->cover_image)@endif @if($company['logo'])@endif @if($property->latitude && $property->longitude) @endif
@if($company['logo']) {{ $company['name'] }} @else @endif
{{ $company['name'] }}
@if($property->cover_image) {{ $property->name }} @else
@endif
{{ $property->status }} @if($property->featured) DESTACADA@endif {{ $property->type }} @if($property->project){{ $property->project->name }}@endif

{{ $property->name }}

@if($property->location)
{{ $property->location }}
@endif
{{ $property->price_formatted }}
Solicitar informacion Descargar ficha @if($property->advisor && $property->advisor->phone) @php $phone = preg_replace('/\D+/', '', $property->advisor->phone); if (strlen($phone) === 10) $phone = $company['whatsapp_country'].$phone; $waText = "Hola, vi {$property->name} ({$property->price_formatted}) en su sitio. Me interesa mas informacion."; @endphp WhatsApp asesor @endif
{{-- Stats clave --}}
@if($property->area_m2 > 0)
{{ rtrim(rtrim(number_format($property->area_m2,2),'0'),'.') }}
m² construidos
@endif @if($property->bedrooms)
{{ $property->bedrooms }}
Recamaras
@endif @if($property->bathrooms)
{{ rtrim(rtrim(number_format($property->bathrooms,1),'0'),'.') }}
Baños
@endif @if($property->parking_spaces)
{{ $property->parking_spaces }}
Estacionamientos
@endif @if($property->year_built)
{{ $property->year_built }}
Año construcción
@endif
{{ $property->landing_views }}
Vistas
@if($property->description)

Acerca de esta propiedad

{{ $property->description }}
@endif @php $galleryItems = $property->gallery_images; $renderItems = $property->render_images; $videoItems = $property->video_media; @endphp @if($galleryItems->count() > 0)

Galería · {{ $galleryItems->count() }} fotos

@endif @if($renderItems->count() > 0)

Renders · visualización 3D

@foreach($renderItems as $i => $m) Render {{ $i+1 }} @endforeach
1 / {{ $renderItems->count() }}
@if($renderItems->count() > 1)
@foreach($renderItems as $i => $m) @endforeach
@endif
@endif @if($videoItems->count() > 0 || $property->video_url || $property->tour_360_url)

Tour virtual

@if($property->tour_360_url)
@endif @if($property->video_url)
@php $yt = null; if (preg_match('#(?:youtube\.com/watch\?v=|youtu\.be/)([\w-]+)#', $property->video_url, $mm)) $yt = $mm[1]; @endphp @if($yt) @else @endif
@endif @foreach($videoItems as $m)
@endforeach
@endif @if(! empty($property->amenities))

Amenidades incluidas

@foreach($property->amenities as $key) @php $a = \App\Models\Property::amenitiesCatalog()[$key] ?? null; @endphp @if($a)
{{ $a['label'] }}
@endif @endforeach
@endif @if($property->latitude && $property->longitude)

Ubicacion

@endif
@if($similar->count() > 0)

Te puede interesar

@endif