@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')
@lang('messages.smtpRecommendation')