@if($articles->total() > 0)
Found {{ number_format($articles->total()) }} {{ Str::plural('result', $articles->total()) }}
"{{ $query }}"
@else
No results for "{{ $query }}"
@endif
@if($articles->total() > 0)
Filter results:
@foreach($articles as $article)
@if(!$article->featured_image) 📰 @endif

{!! str_ireplace($query, '' . $query . '', $article->title) !!}

{!! str_ireplace($query, '' . $query . '', $article->excerpt) !!}

@endforeach
@if($articles->hasPages()) @endif @else

No articles found

We couldn't find any articles matching "{{ $query }}". Try adjusting your search terms or browse our categories below.

Popular Categories:

@foreach($categories as $category) {{ ucwords(str_replace('-', ' ', $category)) }} @endforeach
← Browse All News
@endif