@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 = "inactive";
if($domain->domain_status == 3) $disableTxt = "authentication failed";
if($domain->domain_status == 4) $disableTxt = "pending authentication";
@endphp
@endif