<?php $__env->startPush('css'); ?>
<?php $__env->stopPush(); ?>
<?php $__env->startSection('page-title'); ?>
<?php echo $__env->make('admin.components.page-title', ['title' => __($page_title)], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('breadcrumb'); ?>
<?php echo $__env->make('admin.components.breadcrumb', [
'breadcrumbs' => [
[
'name' => __('Dashboard'),
'url' => setRoute('admin.dashboard'),
],
],
'active' => __('User Care'),
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="dashboard-area">
<div class="dashboard-item-area">
<div class="row">
<div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4 col-sm-12 mb-15">
<div class="dashbord-item">
<h6 class="title"><?php echo e(__("API Keys")); ?></h6>
<div class="user-info">
<?php if(isset($user->merchant_details)): ?>
<span class="sub-title copytext-wrapper d-block"><?php echo e(__("Merchant Name")); ?> : <span class="text--warning" id="merchantID"> <?php echo e(@$user->merchant_details->merchant_name); ?></span></span>
<span class="sub-title copytext-wrapper"><?php echo e(__("Merchant ID")); ?> : <span class="text--warning" id="merchantID"> <?php echo e(@$user->merchant_details->merchant_id); ?></span><span class="copytext" id="copyID"><i class="las la-copy"></i></span></span>
<?php endif; ?>
<span class="sub-title copytext-wrapper"><?php echo e(__("Client ID")); ?> : <span class="text--warning">******<?php echo e(substr(@$user->merchant_api_keys->client_id, -15)); ?></span><input type="hidden" id="clientID" value="<?php echo e(@$user->merchant_api_keys->client_id); ?>"><span class="copytext" id="copyClient"><i class="las la-copy"></i></span></span>
<span class="sub-title copytext-wrapper"><?php echo e(__("Secret ID")); ?> : <span class="text--warning">******<?php echo e(substr(@$user->merchant_api_keys->secret_id, -15)); ?></span><input type="hidden" id="secretID" value="<?php echo e(@$user->merchant_api_keys->secret_id); ?>"><span class="copytext" id="copySecret"><i class="las la-copy"></i></span></span>
</div>
</div>
</div>
<div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4 col-sm-12 mb-15">
<div class="dashbord-item">
<div class="dashboard-content">
<div class="left">
<h6 class="title"><?php echo e(__("Total Save Cards")); ?></h6>
<div class="user-info">
<h3><?php echo e($card_payments); ?></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4 col-sm-12 mb-15">
<div class="dashbord-item">
<div class="dashboard-content">
<div class="left">
<h6 class="title"><?php echo e(__("Wallet Balance")); ?></h6>
<div class="user-info">
<h3><?php echo e(get_amount(@$user->wallet->balance,$user->wallet->currency->code)); ?></h3>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="custom-card mt-15">
<div class="card-header">
<h6 class="title"><?php echo e(__("User Overview")); ?></h6>
</div>
<div class="card-body">
<form class="card-form">
<div class="row align-items-center mb-10-none">
<div class="col-xl-4 col-lg-4 form-group">
<div class="user-action-btn-area">
<div class="user-action-btn">
<?php echo $__env->make('admin.components.button.custom',[
'type' => "button",
'class' => "wallet-balance-update-btn bg--danger two",
'text' => __("Add/Subtract Balance"),
'icon' => "las la-wallet me-1",
'permission' => "admin.users.wallet.balance.update",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="user-action-btn">
<?php echo $__env->make('admin.components.link.custom',[
'href' => setRoute('admin.users.login.logs',$user->username),
'class' => "bg--base two",
'icon' => "las la-sign-in-alt me-1",
'text' => __("Login Logs"),
'permission' => "admin.users.login.logs",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="user-action-btn">
<?php echo $__env->make('admin.components.link.custom',[
'href' => "#email-send",
'class' => "bg--base three modal-btn",
'icon' => "las la-mail-bulk me-1",
'text' => __("Send Email"),
'permission' => "admin.users.send.mail",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="user-action-btn">
<?php echo $__env->make('admin.components.link.custom',[
'class' => "bg--base four login-as-member",
'icon' => "las la-user-check me-1",
'text' => __("Login as Member"),
'permission' => "admin.users.login.as.member",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="user-action-btn">
<?php echo $__env->make('admin.components.link.custom',[
'href' => setRoute('admin.users.mail.logs',$user->username),
'class' => "bg--base five",
'icon' => "las la-history me-1",
'text' => __("Email Logs"),
'permission' => "admin.users.mail.logs",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 form-group">
<div class="user-profile-thumb">
<img src="<?php echo e($user->userImage); ?>" alt="user">
</div>
</div>
<div class="col-xl-4 col-lg-4 form-group">
<ul class="user-profile-list">
<li class="bg--base one"><?php echo e(__("Full Name")); ?> :<span><?php echo e($user->fullname); ?></span></li>
<li class="bg--info two text-capitalize"><?php echo e(__("username")); ?> :<span><?php echo e("@".$user->username); ?></span></li>
<li class="bg--success three"><?php echo e(__("Email")); ?> :<span><?php echo e($user->email); ?></span></li>
<li class="bg--warning four"><?php echo e(__("Status")); ?> :<span><?php echo e($user->stringStatus->value); ?></span></li>
<li class="bg--danger five"><?php echo e(__("Last Login")); ?> :<span><?php echo e($user->lastLogin); ?></span></li>
</ul>
</div>
</div>
</form>
</div>
</div>
<div class="custom-card mt-15">
<div class="card-header">
<h6 class="title"><?php echo e(__("Information of User")); ?></h6>
</div>
<div class="card-body">
<form class="card-form" method="POST" action="<?php echo e(setRoute('admin.users.details.update',$user->username)); ?>">
<?php echo csrf_field(); ?>
<div class="row mb-10-none">
<div class="col-xl-6 col-lg-6 form-group">
<?php echo $__env->make('admin.components.form.input',[
'label' => __("First Name")."*",
'name' => "firstname",
'value' => old("firstname",$user->firstname),
'attribute' => "required",
'placeholder' => __("Write Here")."...",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-6 col-lg-6 form-group">
<?php echo $__env->make('admin.components.form.input',[
'label' => __("Last Name")."*",
'name' => "lastname",
'value' => old("lastname",$user->lastname),
'attribute' => "required",
'placeholder' => __("Write Here")."...",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-6 col-lg-6 form-group">
<label><?php echo e(__("Country")); ?></label>
<select name="country" class="form--control select2-auto-tokenize country-select" data-placeholder="<?php echo e(__("Select Country")); ?>" data-old="<?php echo e(old('country',$user->address->country ?? "")); ?>"></select>
</div>
<div class="col-xl-6 col-lg-6 form-group">
<label><?php echo e(__("Phone Number")); ?></label>
<div class="input-group">
<input type="text" class="form--control" placeholder="<?php echo e(__("Write Here")); ?>..." name="mobile" value="<?php echo e(old('mobile',$user->full_mobile)); ?>">
</div>
<?php $__errorArgs = ["mobile"];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
<span class="invalid-feedback d-block" role="alert">
<strong><?php echo e($message); ?></strong>
</span>
<?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
<div class="col-xl-6 col-lg-6 form-group">
<?php echo $__env->make('admin.components.form.input',[
'label' => __("State"),
'name' => "state",
'placeholder' => __("Enter State")."...",
'value' => old('state',$user->address->state ?? "")
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-6 col-lg-6 form-group">
<?php echo $__env->make('admin.components.form.input',[
'label' => __("City"),
'name' => "city",
'placeholder' => __("Enter City")."...",
'value' => old('city',$user->address->city ?? "")
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-6 col-lg-6 form-group">
<?php echo $__env->make('admin.components.form.input',[
'label' => __("Zip Code"),
'name' => "zip_code",
'placeholder' => __("Write Here")."...",
'value' => old('zip_code',$user->address->zip ?? "")
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-6 col-lg-6 form-group">
<?php echo $__env->make('admin.components.form.input',[
'label' => __("Address"),
'name' => 'address',
'value' => old("address",$user->address->address ?? ""),
'placeholder' => __("Write Here")."...",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 form-group">
<?php echo $__env->make('admin.components.form.switcher', [
'label' => __('User Status'),
'value' => old('status',$user->status),
'name' => "status",
'options' => [__('Active') => 1, __('Banned') => 0],
'permission' => "admin.users.details.update",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 form-group">
<?php echo $__env->make('admin.components.form.switcher', [
'label' => __('Email Verification'),
'value' => old('email_verified',$user->email_verified),
'name' => "email_verified",
'options' => [__('Verified') => 1, __('Unverified') => 0],
'permission' => "admin.users.details.update",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 form-group">
<?php echo $__env->make('admin.components.form.switcher', [
'label' => __('2FA Verification'),
'value' => old('two_factor_status',$user->two_factor_status),
'name' => "two_factor_status",
'options' => [__('Verified') => 1, __('Unverified') => 0],
'permission' => "admin.users.details.update",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 form-group">
<?php echo $__env->make('admin.components.form.switcher', [
'label' => __('KYC Verification'),
'value' => old('kyc_verified',$user->kyc_verified),
'name' => "kyc_verified",
'options' => [__('Verified') => 1, __('Unverified') => 0],
'permission' => "admin.users.details.update",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-12 col-lg-12 form-group mt-4">
<?php echo $__env->make('admin.components.button.form-btn',[
'text' => __("Update"),
'permission' => "admin.users.details.update",
'class' => "w-100 btn-loading",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
</form>
</div>
</div>
<?php echo $__env->make('admin.components.modals.send-mail-user',compact("user"), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php if(admin_permission_by_name("admin.users.wallet.balance.update")): ?>
<div id="wallet-balance-update-modal" class="mfp-hide large">
<div class="modal-data">
<div class="modal-header px-0">
<h5 class="modal-title"><?php echo e(__("Add/Subtract Balance")); ?></h5>
</div>
<div class="modal-form-data">
<form class="modal-form" method="POST" action="<?php echo e(setRoute('admin.users.wallet.balance.update',$user->username)); ?>" enctype="multipart/form-data">
<?php echo csrf_field(); ?>
<div class="row mb-10-none">
<div class="col-xl-12 col-lg-12 form-group">
<label for="balance"><?php echo e(__("Type")); ?><span>*</span></label>
<select name="type" id="balance" class="form--control nice-select">
<option disabled selected><?php echo e(__("Select Type")); ?></option>
<option value="add"><?php echo e(__("Balance Add")); ?></option>
<option value="subtract"><?php echo e(__("Balance Subtract")); ?></option>
</select>
</div>
<div class="col-xl-12 col-lg-12 form-group">
<label for="wallet"><?php echo e(__("User Wallet")); ?><span>*</span></label>
<select name="wallet" id="wallet" class="form--control select2-auto-tokenize">
<option disabled selected><?php echo e(__("Select User Wallet")); ?></option>
<?php $__currentLoopData = $user->wallet()->get() ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<option value="<?php echo e($item->id); ?>"><?php echo e($item->currency->code); ?></option>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</select>
</div>
<div class="col-xl-12 col-lg-12 form-group">
<?php echo $__env->make('admin.components.form.input',[
'label' => __('Amount').'*',
'name' => 'amount',
'value' => old("amount"),
'class' => "number-input",
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-12 col-lg-12 form-group">
<?php echo $__env->make('admin.components.form.input',[
'label' => __("Remark"),
'name' => "remark",
'value' => old("remark"),
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-xl-12 col-lg-12 form-group d-flex align-items-center justify-content-between mt-4">
<button type="button" class="btn btn--danger modal-close"><?php echo e(__("Close")); ?></button>
<button type="submit" class="btn btn--base"><?php echo e(__("Action")); ?></button>
</div>
</div>
</form>
</div>
</div>
</div>
<?php endif; ?>
<?php $__env->stopSection(); ?>
<?php $__env->startPush('script'); ?>
<script>
getAllCountries("<?php echo e(setRoute('global.countries')); ?>");
$(document).ready(function() {
openModalWhenError("email-send","#email-send");
$("select[name=country]").change(function(){
var phoneCode = $("select[name=country] :selected").attr("data-mobile-code");
placePhoneCode(phoneCode);
});
setTimeout(() => {
var phoneCodeOnload = $("select[name=country] :selected").attr("data-mobile-code");
placePhoneCode(phoneCodeOnload);
}, 400);
countrySelect(".country-select",$(".country-select").siblings(".select2"));
stateSelect(".state-select",$(".state-select").siblings(".select2"));
$(".login-as-member").click(function() {
var action = "<?php echo e(setRoute('admin.users.login.as.member',$user->username)); ?>";
var target = "<?php echo e($user->username); ?>";
postFormAndSubmit(action,target);
});
$(".wallet-balance-update-btn").click(function(){
openModalBySelector("#wallet-balance-update-modal");
});
})
</script>
<script>
$('#copyClient').on('click',function(){
var copyText = document.getElementById("clientID");
var tempInput = document.createElement("input");
tempInput.value = copyText.value;
document.body.appendChild(tempInput);
tempInput.select();
document.execCommand("copy");
document.body.removeChild(tempInput);
console.log(copyText.value);
throwMessage('success', ["Copied Client ID: " + copyText.value]);
});
$('#copySecret').on('click',function(){
var copyText = document.getElementById("secretID");
var tempInput = document.createElement("input");
tempInput.value = copyText.value;
document.body.appendChild(tempInput);
tempInput.select();
document.execCommand("copy");
document.body.removeChild(tempInput);
throwMessage('success', ["Copied Secret ID: " + copyText.value]);
});
$('#copyID').on('click',function(){
var copyText = document.getElementById("merchantID").innerText;
navigator.clipboard.writeText(copyText).then(function() {
throwMessage('success', ["Copied Merchant ID: " + copyText]);
}, function(err) {
throwMessage('error', ["Failed to copy text"]);
});
});
</script>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('admin.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/kueuepay/public_html/resources/views/admin/sections/user-care/details.blade.php ENDPATH**/ ?>
At NFC Pay, your privacy is of utmost importance to us. This Privacy Policy outlines how we collect, use, share, and protect your personal information when you use our services, including our website and mobile applications.
1. Information We Collect
2. How We Use Your Information
We use the information we collect for the following purposes:
3. Sharing Your Information
We may share your personal information in the following circumstances:
4. Security of Your Information
We take the security of your personal information seriously and implement a variety of security measures, including encryption, secure servers, and access controls, to protect your data from unauthorized access, disclosure, alteration, or destruction. However, no method of transmission over the internet or electronic storage is completely secure, and we cannot guarantee its absolute security.
5. Your Privacy Rights
Depending on your location, you may have certain rights regarding your personal information, such as:
6. Third-Party Links
Our services may contain links to third-party websites or services. We are not responsible for the privacy practices or the content of these third-party sites. We encourage you to review the privacy policies of those third parties.
7. Children’s Privacy
Our services are not intended for individuals under the age of 13. We do not knowingly collect personal information from children under 13. If we become aware that we have collected personal information from a child under 13, we will take steps to delete that information.
8. Changes to This Privacy Policy
We may update this Privacy Policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. We will notify you of any significant changes by posting the new Privacy Policy on our website and updating the effective date.
9. Contact Us
If you have any questions or concerns about this Privacy Policy or our data practices, please contact us at:
Email: support@nfcpay.com