last_send > 0 ? 'class="warning"' : '' }}>
{{ $list->id}} |
{{ $list->subject }} |
{{ $list->newsletterGroup ? $list->newsletterGroup->name : trans('global.none') }} |
@if ($list->conditions)
@foreach($list->conditions as $key => $value)
-
{{ isset($conditionsTransList[$key]) ? $conditionsTransList[$key] : $key }}:
@if ($value === '1')
{{ trans('global.yes') }}
@elseif ($value === '0')
{{ trans('global.no') }}
@else
{{ $value }}
@endif
@endforeach
@else
{{ trans('global.none') }}
@endif
|
{{ $list->send_date }} |
{{ $list->success_count }} |
{{ $list->errors_count }} |
|
@include('Newsletter::admin.delivery.sections.modal', ['mailingContent' => $list])
@empty