{{ __('Status') }}{{ ucfirst($statusKey ?: 'draft') }}
{{ __('Type') }}{{ ucfirst((string) $campaign->campaign_type) }}
{{ __('Recipients') }}{{ number_format(count($recipientIds)) }}
{{ __('Schedule') }}{{ ucfirst((string) ($campaign->schedule_type ?: 'scheduled')) }}
{{ __('Only draft, scheduled or paused campaigns can be edited. Changes apply on the next run.') }}