@lang('modules.settings.emailSettings')

@if ($mailDriver == '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, the SMTP details below won't be taken from here.

@endif @if ($verified) @lang('messages.smtpSuccess') @else @if(!$formSubmitting) @lang('messages.smtpError') @endif
@lang('messages.smtpRecommendation')
@endif @endif
@if (session()->has('success')) {{ session('success') }} @endif @error('smtp_error')
{!! $message !!}
@enderror
@if ($mailDriver == 'smtp')
@endif
@lang('app.save')