| {{ $record->id }} |
{{ $record->subject }} |
{{ $record->recipients_count ?? $record->recipients()->count() }} |
{{ $record->status }} |
@if(!empty($record->schedule_at))
{{ optional($record->schedule_at)->setTimezone('Europe/Rome')->format('d M Y - H:i') }}
@endif
|
@if(!empty($record->sent_at))
{{ optional($record->sent_at)->setTimezone('Europe/Rome')->format('d M Y - H:i') }}
@endif
|
{{ optional($record->created_at)->setTimezone('Europe/Rome')->format('d M Y - H:i') }} |
@if(in_array($record->status, ['draft','failed']))
@endif
|
@endforeach