JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "85a9599ea64aab2ae3d9f0c305346312.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/85a9599ea64aab2ae3d9f0c305346312.php
File size: 2.71 KB
MIME-type: text/x-php
Charset: utf-8
<?php $__env->startPush('title', get_phrase('Notification settings')); ?>
<?php $__env->startPush('meta'); ?><?php $__env->stopPush(); ?>
<?php $__env->startPush('css'); ?><?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
<div class="ol-card radius-8px">
<div class="ol-card-body my-3 py-4 px-20px">
<div class="d-flex align-items-center justify-content-between gap-3 flex-wrap flex-md-nowrap">
<h4 class="title fs-16px">
<i class="fi-rr-settings-sliders me-2"></i>
<?php echo e(get_phrase('Payment Settings')); ?>
</h4>
</div>
</div>
</div>
<div class="row ">
<div class="col-md-8">
<div class="ol-card p-4">
<h3 class="title text-14px mb-3"><?php echo e(get_phrase('SMTP Settings')); ?></h3>
<div class="ol-card-body">
<?php echo $__env->make('admin.setting.smtp_settings', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div> <!-- end card-body-->
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startPush('js'); ?>
<script type="text/javascript">
"use strict";
$(document).ready(function() {
function notification_enable_disable(id, user_type, notification_type) {
alert();
var input_val = $('#' + id + user_type + '_' + notification_type).prop('checked');
if (!input_val) {
input_val = 1;
} else {
input_val = 0;
}
console.log(user_type);
$.ajax({
type: "get",
url: '<?php echo e(route('admin.notification.settings.store', ['param1' => 'notification_enable_disable'])); ?>',
data: {
id: id,
user_types: user_type,
notification_type: notification_type,
input_val: input_val
},
success: function(response) {
if (response.status == 'success') {
console.log(response.msg);
success_notify(response.msg);
}
}
});
}
});
</script>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('layouts.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\Arise\resources\views/admin/setting/notification_setting.blade.php ENDPATH**/ ?>