{{ $schedule_stat->schedule_campaign_name }}
{{ __('app.name') }}
{{ $schedule_stat->schedule_campaign_name}}
{{ __('app.scheduled_by') }}
{{ $schedule_stat->schedule_by}}
{{ __('app.created') }}
{{ !empty($schedule_stat->created_at) ? \App\Http\Helper\Helper::datetimeDisplay($schedule_stat->created_at) : '---' }}
{{ __('app.subject') }}
{{ $schedule_stat->email_subject ?? '---' }}
{{ __('app.content') }}
{{ __('app.view') }}
{{ __('app.lists') }}
{{ __('app.delivery_servers') }}
{{ __('app.sent') }}
{{ __('app.opens') }}
{{ __('app.clicks') }}
{{ __('app.replies') }}
{{ __('app.unsubscribed') }}
{{ __('app.bounces') }}
{{ __('app.spams') }}