@php $hourlyLimit = '—'; $hourlyLimitClass = 'is-limited'; $hourlyLimitIcon = 'bi bi-speedometer2'; if (!empty($schedule_stat->sending_speed)) { $speed = json_decode($schedule_stat->sending_speed); if (is_object($speed) && isset($speed->speed)) { if ($speed->speed === 'unlimited') { $hourlyLimit = __('app.maximum'); $hourlyLimitClass = 'is-maximum'; $hourlyLimitIcon = 'bi bi-lightning-charge-fill'; } else { $limitValue = $speed->limit ?? '—'; $hourlyLimit = __('app.limited') . ' (' . $limitValue . '/' . __('app.hourly') . ')'; } } } @endphp
{{ __('app.total') }}
{{ $schedule_stat->total }}
{{ __('app.sent') }}
{{ $schedule_stat->sent }}
{{ __('app.scheduled') }}
{{ __('app.campaign') }}
{{ __('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.started_at') }}
{{ !empty($schedule_stat->start_datetime) ? \App\Http\Helper\Helper::datetimeDisplay($schedule_stat->start_datetime) : '—' }}
{{ __('app.ended_at') }}
{{ !empty($schedule_stat->end_datetime) ? \App\Http\Helper\Helper::datetimeDisplay($schedule_stat->end_datetime) : '—' }}
{{ __('app.subject') }}
{{ $schedule_stat->email_subject ?? '—' }}
{{ __('app.content') }}
{{ __('app.view') }}
{{ __('app.delivery_settings') }}
{{ __('app.lists') }}
{{ __('app.delivery_servers') }}
{{ __('app.limit') }} ({{ __('app.hourly') }})
{{ $hourlyLimit }}
{{ __('app.stats') }}
{{ __('app.opens') }}
{{ __('app.clicks') }}
{{ __('app.replies') }}
{{ __('app.unsubscribed') }}
{{ __('app.bounces') }}
{{ __('app.spams') }}
{{ __('app.sent') }}
{{ __('app.opens') }} — {{ __('app.country') }}