@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
@foreach ($results as $resultado) @include('buscar.resultado') @endforeach
Proyecto Departamento Propietario Tipo Valor [UF] Fecha Venta Fecha Entrega
@endif @endsection