@extends('layouts.app') @section('content')
Monitor and quickly access the latest headlines collected from partner and regional newsrooms.
Manual refreshes queue metadata fetches for newly discovered links. The background worker listening on the
monitor-metadata queue runs automatically, so metadata is fetched as soon as jobs are dispatched.
Last automatic refresh completed {{ $lastFetchedAt->diffForHumans() }} ({{ $lastFetchedAt->format('Y-m-d H:i') }}).
@elseNo external articles have been collected yet.
@endifNo articles collected yet.
@else @foreach($source['dates'] as $date => $items) @php $dateHeading = $date !== 'unknown' ? \Illuminate\Support\Carbon::parse($date)->translatedFormat('F j, Y') : 'Unknown date'; $dateLinkLabel = \Illuminate\Support\Str::plural('link', $items->count()); @endphp{{ $article->display_excerpt }}
@endifNo sources configured.
@endforelse