Mailing Lists

Create List
@foreach($mailingLists as $mailingList) @endforeach
Name
Recipients
Status
@if(!$mailingList->recipients_count)
Counting...
@else
{{ $mailingList->recipients_count }}
@endif
@if(!$mailingList->deleted_at)
Active
@else
Inactive
@endif