@if ($contacts->count() > 0)
{{ trans('messages.automation.contact.all_count', ['count' => format_number($pagination["total"])]) }}
@foreach ($contacts as $key => $contact)
{{ $contact->email }}
{{ trans('messages.automation.contact.added_at', ['time' => $contact->created_at->diffForHumans()]) }}
@php
$field = $automation->mailList->getOneField();
@endphp
@if (is_object($field))