@if ($smtpSetting->mail_driver == 'smtp')
@if(!app()->environment(['codecanyon','demo']))
It seems you have changed the APP_ENV=codecanyon
to something else in .env
file.
Please do not change it, otherwise below SMTP details won't be taken from here.
@endif
@if ($smtpSetting->verified)
@lang('messages.smtpSuccess')
@else
@lang('messages.smtpError')
@endif
@endif
@include('sections.password-autocomplete-hide')
{!! __('messages.mailSettingSelectMessage') !!}
@lang("modules.emailSettings.notificationTitle")
@foreach ($emailSettings as $emailSetting)
@endforeach