@forelse($properties as $property)
@if($property->fecha_captacion >= now()->subDays(30)) Nuevo @endif {{$property->codigo}}
@if($property->arriendo && $property->venta) ${{ str_replace(',', '.', number_format($property->valor_arriendo + $property->administracion)) }} ${{ str_replace(',', '.', number_format($property->valor_venta)) }} @elseif ($property->arriendo) ${{ str_replace(',', '.', number_format($property->valor_arriendo + $property->administracion)) }} @elseif ($property->venta) ${{ str_replace(',', '.', number_format($property->valor_venta)) }} @endif
@php $fotos = $property->fotos->pluck('foto')->take(3)->toArray(); //dd($fotos); @endphp
  • {{ $property->area_construida }} m²
  • {{ (int) ($property->no_alcobas ?? 0)}} {{ Str::plural('Alcoba', (int) ($property->no_alcobas ?? 0)) }}
  • {{ (int) ($property->no_banos ?? 0)}} {{ Str::plural('Baño', (int) ($property->no_banos ?? 0)) }}
@empty

No encontramos lo que buscas

Lo sentimos, no hay resultados que coincidan con tu búsqueda. Intenta ajustar los filtros.

@endforelse
@if($properties->hasPages())
@endif