{{-- Last-24h activity strip — not tied to budget year --}} @php $activity = $activityCalendar ?? ['window_label' => 'Last 24 hours', 'scope_label' => '', 'cards' => []]; $activityCards = $activity['cards'] ?? []; @endphp

Activity Based Calendar

{{ $activity['window_label'] ?? 'Last 24 hours' }} @if (!empty($activity['scope_label'])) · {{ $activity['scope_label'] }} @endif

@foreach ($activityCards as $card)
{{ $card['label'] ?? '' }} {{ number_format((int) ($card['value'] ?? 0)) }}
@endforeach