Email List

Manage your email subscribers and send campaigns

@if ($currentTab == 'edit-campaign-content') @endif
0 selected
@foreach ($subscribers as $subscriber) @endforeach

Showing {{ $start }} - {{ $end }} of {{ $total }} subscribers

Show
{{ $subscribers->links('vendor.pagination.numbers-only-with-ellipsis') }}

Newsletter Subscribers

This list contains all subscribers who have opted in to receive your newsletter.

Total Subscribers

{{ number_format($subscribersCount) }}

+12% from last month

Open Rate

{{ $campaignOpenRate }}%

+3.2% from last campaign

Click Rate

{{ $campaignClickRate }}%

-1.5% from last campaign

@foreach ($campaigns as $campaign) @php $total = \App\Models\CampaignSubscriber::where( 'campaign_id', $campaign->id, )->count(); $opened = \App\Models\CampaignSubscriber::where( 'campaign_id', $campaign->id, ) ->whereNotNull('opened_at') ->count(); $clicked = \App\Models\CampaignSubscriber::where( 'campaign_id', $campaign->id, ) ->whereNotNull('clicked_at') ->count(); $clickRate = $total > 0 ? round(($clicked / $total) * 100, 2) : 0; $openRate = $total > 0 ? round(($opened / $total) * 100, 2) : 0; @endphp @endforeach
Campaign Name Sent Date Open Rate Click Rate Action
{{ $campaign->subject }}
@if ($campaign->sent == 1) {{ formatDate($campaign->created_at) }} @else Draft @endif {{ $campaign->sent == 1 ? $openRate . '%' : '' }} {{ $campaign->sent == 1 ? $clickRate . '%' : '' }} @php $body = json_decode($campaign->body); @endphp
@if (!$campaign->sent == 1) @endif

Showing {{ $startCampaign }} - {{ $endCampaign }} of {{ $totalCampaign }} campaigns

Show
{{ $campaigns->links('vendor.pagination.numbers-only-with-ellipsis') }}

Subscriber Growth

Compose Email

Create and send emails to your subscribers.

Edit Email

Edit and send emails to your subscribers.