@foreach ($typeOptions as $value => $label)

{{ $label }}

{{ $summaryDay[$value] }}

{{ $summaryWeek[$value] }} in 7d

@endforeach
@forelse ($entries as $entry)
{{ $entry->type->label() }}

{{ $entry->message }}

@if ($entry->subject instanceof App\Models\Article)

{{ $entry->subject->feed?->name }}

@endif @if (($entry->context['reason'] ?? null) !== null)

{{ $entry->context['reason'] }}

@endif
@empty

No activity in this period.

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