@include('dashboard.marketing._nav') @include('dashboard.marketing._health')
Campaign #{{ $campaign->id }}

{{ $campaign->title }}

{{ $campaign->status }} · {{ $campaign->created_at?->format('Y-m-d H:i') }}
@csrf
@foreach($counts as $row)
{{ $row->channel }} · {{ $row->status }}
{{ number_format($row->total) }}
@endforeach
@forelse($logs as $l) @empty @endforelse
ChannelSubscriberStatusProvider IDErrorUpdated
{{ $l->channel }} {{ $l->subscriber->full_name ?? '—' }}
{{ $l->subscriber->email ?? '' }} {{ $l->subscriber->wa_phone_e164 ?? '' }}
{{ $l->status }} {{ $l->provider_message_id }} {{ $l->error_code }} {{ $l->error_message }} {{ $l->updated_at?->format('Y-m-d H:i') }}
No logs found.
@if(method_exists($logs, 'links'))
{{ $logs->links() }}
@endif