|
{{ __('Title') }}
@if($sortField === 'title')
@if($sortDirection === 'asc') ↑ @else ↓ @endif
@endif
|
{{ __('Type') }}
@if($sortField === 'type')
@if($sortDirection === 'asc') ↑ @else ↓ @endif
@endif
|
{{ __('Status') }}
@if($sortField === 'status')
@if($sortDirection === 'asc') ↑ @else ↓ @endif
@endif
|
{{ __('Recipients') }} |
{{ __('Scheduled') }}
@if($sortField === 'scheduled_at')
@if($sortDirection === 'asc') ↑ @else ↓ @endif
@endif
|
{{ __('Updated') }}
@if($sortField === 'updated_at')
@if($sortDirection === 'asc') ↑ @else ↓ @endif
@endif
|
{{ __('Actions') }} | |
|---|---|---|---|---|---|---|---|
|
{{ $mailing->title }}
{{ Str::limit($mailing->getSubjectForLocale(), 50) }}
|
{{ ucfirst(str_replace('_', ' ', $mailing->type)) }} | {{ ucfirst($mailing->status) }} |
{{ number_format($mailing->getEffectiveRecipientsCount()) }}
@if($mailing->sent_count > 0)
{{ number_format($mailing->sent_count) }} {{ __('sent') }}
@if($mailing->failed_count > 0)
@endif
{{ number_format($mailing->failed_count) }} {{ __('failed') }} @endif @if($mailing->bounced_count > 0) {{ number_format($mailing->bounced_count) }} {{ __('bounced') }} @endif |
@if($mailing->scheduled_at)
{{ $mailing->scheduled_at->format('M j') }}
{{ $mailing->scheduled_at->format('Y') }}
{{ $mailing->scheduled_at->format('H:i') }}
|
@if($mailing->updatedByUser)
{{ $mailing->updated_at->format('M j') }}
{{ $mailing->updated_at->format('Y') }}
{{ $mailing->updated_at->format('H:i') }}
|
@if($mailing->status === 'draft')
|
|
| {{ __('No mailings found.') }} | |||||||
{{ __('No preview available') }}
@endif{{ __('Choose which email addresses should receive the test mailing.') }}
{{ $message }}
@enderror{{ __('Mailing:') }} {{ $mailingForTest->title }}
{{ __('Test emails will be sent in all available languages for this mailing.') }}