@php isset($from_email_part2) ? '@'.$from_email_part2 : ''; $order = array("http://", "https://", "www", "http://www", "https://www"); $replace = ''; $subdomain = str_replace($order, $replace, $domain->domain); @endphp @if($domain->domain_status == 1 || $unauth_sending_domain != 'on') @else @php $disableTxt = trans('common.domain_status.inactive'); if($domain->domain_status == 3) $disableTxt = trans('common.domain_status.authentication_failed'); if($domain->domain_status == 4) $disableTxt = trans('common.domain_status.pending_authentication'); @endphp @endif