@if($php_mail_enabled)
mail()
{{__('Notification.puqPHPmail.The function is enabled on the server')}}
@else
mail()
{{__('Notification.puqPHPmail.The function is disabled on the server')}}
@endif
@if($admin->hasPermission('Notification-puqPHPmail-test-connection')) @endif