Resultados da sua pesquisa
@foreach($properties as $property)
@if(is_array($property))
@include('partials.propertyBox')
@endif
@endforeach
{{ $properties->onEachSide(1)->links() }}