Email SMTP

@forelse($email_apps ?? [] as $email_app) @empty @endforelse
#
Smtp host Smtp port Smtp username Status Created At Action
{{$loop->index +1 }}
{{$email_app->smtp_mail_host}} {{$email_app->smtp_mail_port}} {{$email_app->smtp_mail_username}} {{$email_app->status()}} {{$email_app->created_at->diffForHumans()}}
There is no Email app found
{!! $email_apps->links() !!}