Articles

Articles fetched from your feeds

@forelse ($articles as $article)

{{ $article->title ?? 'Untitled Article' }}

{{ $article->description ?? 'No description available' }}

Feed: {{ $article->feed?->name ?? 'Unknown' }} {{ $article->created_at->format('M d, Y H:i') }} @if ($article->validated_at) Validated @else Not validated @endif
@if ($article->url) @endif
@empty

No articles

No articles have been fetched yet.

@endforelse @if ($articles->hasPages())
{{ $articles->links() }}
@endif