File: /www/wwwroot/www.shooperm.com/storage/framework/views/f2d6dcd944c4e86f892c03aff4cb856c065b02c3.php
<?php $__env->startSection('mainContent'); ?>
<section class="admin-visitor-area up_st_admin_visitor">
<div class="container-fluid p-0">
<div class="white_box_30px">
<form action="<?php echo e(route('wallet.wallet_configuration_update')); ?>" method="post">
<?php echo csrf_field(); ?>
<div class="row">
<div class="col-xl-12">
<div class="box_header">
<div class="main-title d-flex">
<h3 class="mb-0 mr-30"><?php echo e(__('wallet.auto_approve')); ?> <?php echo e(__('wallet.wallet')); ?> <?php echo e(__('common.configuration')); ?></h3>
</div>
</div>
</div>
<div class="col-xl-12">
<div class="primary_input">
<ul id="theme_nav" class="permission_list sms_list ">
<li>
<label data-id="bg_option"
class="primary_checkbox d-flex mr-12">
<input name="status" id="status_active" value="1" <?php echo e($walletConfiguration->auto_approve_wallet_status == 1?'checked':''); ?> class="active" type="radio">
<span class="checkmark"></span>
</label>
<p><?php echo e(__('common.active')); ?></p>
</li>
<li>
<label data-id="color_option"
class="primary_checkbox d-flex mr-12">
<input name="status" value="0" id="status_inactive" <?php echo e($walletConfiguration->auto_approve_wallet_status == 0?'checked':''); ?> class="de_active"
type="radio">
<span class="checkmark"></span>
</label>
<p><?php echo e(__('common.inactive')); ?></p>
</li>
</ul>
<span class="text-danger" id="status_error"></span>
</div>
</div>
</div>
<div class="submit_btn text-center">
<button class="primary_btn_2" type="submit"> <i class="ti-check"
dusk="save"></i><?php echo e(__('common.update')); ?></button>
</div>
</form>
</div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('backEnd.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /www/wwwroot/www.shooperm.com/Modules/Wallet/Resources/views/backend/admin/wallet_configuration.blade.php ENDPATH**/ ?>