JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour
<div class="row"> <div class="col-md-12"> <form class="required-form" action="<?php echo e(route('admin.notification.settings.store', 'smtp_settings')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="smtp_protocol"><?php echo e(get_phrase('Protocol')); ?><small>(smtp or ssmtp or mail)</small><span class="required">*</span></label> <input type="text" name = "protocol" id = "smtp_protocol" class="form-control ol-form-control" value="<?php echo e(get_settings('protocol')); ?>" required> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="smtp_crypto"><?php echo e(get_phrase('Smtp crypto')); ?> <small>(ssl or tls)</small><span class="required">*</span></label> <input type="text" name = "smtp_crypto" id = "smtp_crypto" class="form-control ol-form-control" value="<?php echo e(get_settings('smtp_crypto')); ?>"> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="smtp_host"><?php echo e(get_phrase('Smtp host')); ?><span class="required">*</span></label> <input type="text" name = "smtp_host" id = "smtp_host" class="form-control ol-form-control" value="<?php echo e(get_settings('smtp_host')); ?>" required> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="smtp_port"><?php echo e(get_phrase('Smtp port')); ?><span class="required">*</span></label> <input type="text" name = "smtp_port" id = "smtp_port" class="form-control ol-form-control" value="<?php echo e(get_settings('smtp_port')); ?>" required> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="smtp_from_email"><?php echo e(get_phrase('Smtp from email')); ?><span class="required">*</span></label> <input type="text" name = "smtp_from_email" id = "smtp_from_email" class="form-control ol-form-control" value="<?php echo e(get_settings('smtp_from_email')); ?>" required> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="smtp_user"><?php echo e(get_phrase('Smtp username')); ?><span class="required">*</span></label> <input type="text" name = "smtp_user" id = "smtp_user" class="form-control ol-form-control" value="<?php echo e(get_settings('smtp_user')); ?>" required> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="smtp_pass"><?php echo e(get_phrase('Smtp password')); ?><span class="required">*</span></label> <input onfocus="$(this).attr('type', 'text');" onblur="$(this).attr('type', 'password');" type="password" name = "smtp_pass" id = "smtp_pass" class="form-control ol-form-control" value="<?php echo e(get_settings('smtp_pass')); ?>" required> </div> <button type="submit" class="btn ol-btn-primary" onclick="checkRequiredFields()"><?php echo e(get_phrase('Save')); ?></button> </form> </div> </div> <?php /**PATH C:\xampp\htdocs\Arise\resources\views/admin/setting/smtp_settings.blade.php ENDPATH**/ ?>