@if ($items->count() > 0) @foreach ($items as $key => $item) @php if (is_null($server)) { $allowedByServer = true; } else { $allowedByServer = $item->isAllowedBy($server); } @endphp @endforeach
@if ($allowedByServer) {{ $item->name }} @else {{ $item->name }} @endif
{{ trans('messages.created_at') }}: {{ Auth::user()->customer->formatDateTime($item->created_at, 'datetime_full') }}
@if ($item->isIdentityVerified()) task_alt @else not_interested @endif {{ trans("messages.sending_domain.domain_verification") }}
@if ($item->isDkimVerified()) task_alt @else not_interested @endif {{ trans("messages.sending_domain.dkim_verification") }}
@if ($item->isSpfNeeded())
@if ($item->isSpfVerified()) task_alt @else not_interested @endif {{ trans("messages.sending_domain.spf_verification") }}
@endif
@if ($allowedByServer) {{ trans('messages.sending_domain_status_' . $item->status) }} @else {{ trans('messages.sending_domain_status_inactive') }} @endif @if (Auth::user()->customer->can('read', $item)) {{ trans('messages.sending_domain.view') }} @endif @if (Auth::user()->customer->can('delete', $item)) @endif
@include('elements/_per_page_select') @elseif (!empty(request()->keyword))
public {{ trans('messages.no_search_result') }}
@else
public {{ trans('messages.sending_domain_empty_line_1') }}
@endif