@extends('layout.base') @section('content')
Buscar
{{ucwords($tipos[0])}}
@foreach ($tipos as $i => $tipo) @if ($tipo == 'cualquiera') @continue @endif
{{ucwords($tipo)}}
@endforeach
@if ($results != null)
Resultados
@if (isset($results) and is_array($results) and count($results) > 0) @foreach ($results as $resultado) @include('buscar.resultado', ['resultado' => $resultado]) @endforeach @endif
Proyecto Departamento Propietario Tipo Valor [UF] Fecha Venta Fecha Entrega
@endif @endsection