{{ trans('messages.sending_servers.sending_identity') }}

{!! trans('messages.sending_servers.sending_identity.blastengine.intro', ['link' => '']) !!}

@if (is_null($identities)) @include('elements._notification', [ 'level' => 'warning', 'title' => 'Error fetching identities list', 'message' => 'Please check your connection to AWS', ]) @else @foreach ($allIdentities as $domain => $attributes) @if (!is_null($attributes['UserId'])) @elseif ($attributes['VerificationStatus'] == 'Success') @else @endif @endforeach
{{ trans('messages.domain') }} {{ trans('messages.status') }} {{ trans('messages.sending_server.identity.available_for_all') }} {{ trans('messages.sending_server.identity.added_by') }}
{{ $domain }} @if ($attributes['VerificationStatus'] == 'Success') {{ trans('messages.sending_domain_status_active') }} @else {{ trans('messages.sending_domain_status_inactive') }} @endif Private @if (checkEmail($domain)) @else @endif {{ $attributes['UserName'] }}
@endif
{{ trans('messages.sending_serbers.go_to_blastengine_dashboard') }}

{{ trans('messages.sending_serbers.blastengine.allow_verify.intro') }}


{{ trans('messages.cancel') }}