{{-- The Activity page used to wrap the full feed in a single bare panel, which made the stats, filters, timeline, and load-more all squash into one big card with no visual hierarchy. The new layout follows the same dashboard / workflows pattern: header bar, stats row, then a dedicated card for filters + timeline. The Livewire ActivityFeed component carries everything below the stats row. --}}
{{-- Page header --}}

{{ __('Activity') }}

{{ __('A live timeline of everything happening across your workspace — campaigns, contacts, conversations, deals, automations.') }}

{{ __('Live') }} {{ __('Auto-refreshes every minute') }}
{{-- The Livewire component renders the stats row + filters + timeline. --}}