@if(count($items))
Search results for {{$whatfor}}
{{$displayingtext}}
{!! $items->appends(Input::except('page','callback','_'))->links() !!}
{!! $items->appends(Input::except('page','callback','_'))->links() !!}
@else @if(isset($suggestion)) @if($whatfor) Sorry, your search for "{{$whatfor}}" did not return any results. Please check the spelling. Did you mean {{$suggestion}}? @else Please check the spelling. Did you mean {{$suggestion}}? @endif @else
@if($whatfor) Sorry, your search for "{{$whatfor}}" did not return any results. Please check the spelling or try a different search. @else Please use the search bar above to preform a search. @endif
@endif

@endif