@if(!empty($rows)) @foreach($rows as $row )

{{@$row->title}}

{{\Wh::excerpt(@$row->text, 10) }}

@endforeach
{!! $rows->withPath("/search?s=".@$search) !!}
@endif