Subscriber groups

Create groups like VIP Customers, Prospects, Durban Customers, Website Subscribers and more.

Create group

@csrf

Groups

@forelse($groups as $group)
{{ $group->name }}
{{ $group->subscribers_count }} subscriber(s) ยท {{ $group->is_active ? 'Active' : 'Inactive' }}
@if($group->description)
{{ $group->description }}
@endif
@csrf
@csrf
@empty
No groups yet.
@endforelse
{{ $groups->links() }}