/home/techb158/ileadtechnology.com/resources/views/admin/setting
NameSizeModeActions
api.blade.php654810644editdlrm
customstyle.blade.php13450644editdlrm
genral.blade.php279380644editdlrm
instructor.blade.php41080644editdlrm
mailsetting.blade.php53120644editdlrm
seo.blade.php21990644editdlrm
setting.blade.php58210644editdlrm
sociallogin.blade.php124060644editdlrm
whatsapp_setting.blade.php44050644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/setting/mailsetting.blade.php (5312B)
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('MAIL_FROM_NAME') }} @endif
@if ($errors->has('MAIL_DRIVER')) {{ $errors->first('MAIL_DRIVER') }} @endif
@if ($errors->has('MAIL_HOST')) {{ $errors->first('MAIL_HOST') }} @endif
@if ($errors->has('MAIL_PORT')) {{ $errors->first('MAIL_PORT') }} @endif
@if ($errors->has('MAIL_USERNAME')) {{ $errors->first('MAIL_FROM_ADDRESS') }} @endif
@if ($errors->has('MAIL_USERNAME')) {{ $errors->first('MAIL_USERNAME') }} @endif

@if($errors->has('MAIL_PASSWORD')) {{ $errors->first('MAIL_PASSWORD') }} @endif
@if ($errors->has('MAIL_ENCRYPTION')) {{ $errors->first('MAIL_ENCRYPTION') }} @endif