@if (Auth::user()->customer->subscription->plan->useOwnSendingServer())
  • {{ trans('messages.email_addresses') }}
  • @elseif ( Auth::user()->customer->subscription->plan->primarySendingServer()->allowVerifyingOwnEmails() || Auth::user()->customer->subscription->plan->primarySendingServer()->allowVerifyingOwnEmailsRemotely() ) {
  • {{ trans('messages.email_addresses') }}
  • @endif @if (Auth::user()->customer->subscription->plan->useOwnSendingServer())
  • {{ trans('messages.domains') }}
  • @elseif ( Auth::user()->customer->subscription->plan->useOwnSendingServer() || Auth::user()->customer->subscription->plan->primarySendingServer()->allowVerifyingOwnDomains() || Auth::user()->customer->subscription->plan->primarySendingServer()->allowVerifyingOwnDomainsRemotely() ) {
  • {{ trans('messages.domains') }}
  • @endif