Búsqueda

{{ucfirst($type)}}

@foreach($modelSearchResults as $item)
@if($item->searchable->foto->first()) @endif

@if(isset($item->searchable->titulo)) {{$item->searchable->titulo}} @endif

@if(isset($item->searchable->texto)) {{substr($item->searchable->texto, 0, 200) }}... @endif

@endforeach