@include('dashboard.marketing._nav') @include('dashboard.marketing._health')

Groups & Subscribers

Create group

@csrf
Existing groups
@forelse($groups as $g)
{{ $g->name }}
{{ $g->description }}
@empty
No groups yet.
@endforelse
Latest subscribers
@forelse($subscribers as $s) @empty @endforelse
{{ $s->full_name }}
{{ $s->email }} ยท {{ $s->wa_phone_e164 }}
WA: {{ $s->wa_opt_in ? 'yes' : 'no' }}
Email: {{ $s->email_opt_in ? 'yes' : 'no' }}
No subscribers found.