@forelse ($articles as $article)
@if (! empty($article['urlToImage'])) Article image @endif
{{ $article['title'] }} @if (! empty($article['description']))

{{ $article['description'] }}

@endif

{{ $article['source']['name'] ?? 'Unknown' }} · {{ \Carbon\Carbon::parse($article['publishedAt'])->diffForHumans() }}

@empty

No news articles available.

@endforelse
{{-- Simple “Previous / Next” Pagination --}} @if ($lastPage > 1)
{{-- Previous --}} {{-- Next --}}
@endif