@if(!empty($country) || !empty($source) || !empty($from) || !empty($sortBy)) @endif
@if(count($news) > 3)
Breaking
@foreach(array_slice($news,0,5) as $n) {{ $n['title'] }} @endforeach
@else
@endif
@if(empty($news))
@if($search || $country || $source || $lang !== 'english')

No match found for your filters

Try adjusting your search keywords, clearing your filters, or broadening the timeframe.

@else

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.

@endif
@else @if($search)

Search results for

"{{ $search }}"

@endif @php $hero = $news[0]; @endphp
@if($hero['image']) Hero Image @endif
Featured {{ $hero['source']['name'] }} @if(!empty($hero['author'])) @endif

{{ $hero['title'] }}

@if($hero['description']) @endif
@endif