@if($search || $country || $source || $lang !== 'english')
@else
@else
@if($search)
No match found for your filters
Try adjusting your search keywords, clearing your filters, or broadening the timeframe.
News Feed Unavailable
Our systems are temporarily unable to fetch articles from the live APIs. This might be due to rate limiting or a network timeout.
@endifSearch results for
"{{ $search }}"
@if($hero['image'])
@endif
Featured
{{ $hero['source']['name'] }}
@if(!empty($hero['author']))
{{ \Illuminate\Support\Str::limit($hero['author'], 25) }}
@endif
{{ \Carbon\Carbon::parse($hero['publishedAt'])->diffForHumans() }}
{{ $hero['title'] }}
@if($hero['description']) @endif
@foreach(array_slice($news, 1) as $idx => $article)
{{-- Make the 4th item a wide feature card if on larger screens --}}
@if($idx === 3 && count($news) > 5)
@else
@endif
@endforeach
@if($article['image'])
@endif
{{ $article['source']['name'] }}
@if(!empty($article['author']))
/
{{ $article['author'] }}
@endif
{{ \Carbon\Carbon::parse($article['publishedAt'])->diffForHumans() }}
{{ $article['title'] }}
@if($article['description']){{ $article['description'] }}
@endif
@if($article['image'])
@endif
{{ $article['source']['name'] }}
{{ \Carbon\Carbon::parse($article['publishedAt'])->diffForHumans(null, true, true) }} ago
@if(!empty($article['author']))
{{ $article['author'] }}
@endif
{{ $article['title'] }}
Read article