Email

It is common to have Email for tagging the tickets. These categories are used to classify the tickets based on their type, priority, or department.

@forelse($email_apps ?? [] as $email_app) @empty @endforelse
#
Smtp host Smtp port Smtp username Imap host Imap port Imap 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->imap_mail_host}} {{$email_app->imap_mail_port}} {{$email_app->imap_mail_username}} {{$email_app->status()}} {{$email_app->created_at->diffForHumans()}}
There is no Email app found
{!! $email_apps->links() !!}