⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
78366dabc27e01ff22cc9974f035664839fc4408.php
<?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e($keywords['vCard_Preferences'] ?? __('vCard Preferences')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('user-dashboard')); ?>"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e($keywords['vCards'] ?? __('vCards')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e($vcard->vcard_name); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e($keywords['Preferences'] ?? __('Preferences')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-header"> <div class="row"> <div class="col-6"> <div class="card-title d-inline-block"> <?php echo e($keywords['vCard_Preferences'] ?? __('vCard Preferences')); ?></div> </div> <div class="col-6 text-right"> <a href="<?php echo e(route('user.vcard')); ?>" class="btn btn-primary btn-sm"><i class="fas fa-chevron-left"></i> <?php echo e($keywords['Back'] ?? __('Back')); ?></a> </div> </div> </div> <div class="card-body"> <div class="row justify-content-center"> <div class="col-lg-6"> <form id="ajaxForm" class="" action="<?php echo e(route('user.vcard.prefUpdate', $vcard->id)); ?>" method="post"> <?php echo e(csrf_field()); ?> <div class="form-group"> <div class="selectgroup selectgroup-pills mt-2 justify-content-center"> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="Call" class="selectgroup-input" <?php if(is_array($preferences) && in_array('Call', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['Call_Button'] ?? __('Call Button')); ?></span> </label> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="Whatsapp" class="selectgroup-input" <?php if(is_array($preferences) && in_array('Whatsapp', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['Whatsapp_Button'] ?? __('Whatsapp Button')); ?></span> </label> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="Mail" class="selectgroup-input" <?php if(is_array($preferences) && in_array('Mail', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['Mail_Button'] ?? __('Mail Button')); ?></span> </label> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="Add to Contact" class="selectgroup-input" <?php if(is_array($preferences) && in_array('Add to Contact', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['Add_to_Contact_Button'] ?? __("'Add to Contact' Button")); ?></span> </label> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="Share vCard" class="selectgroup-input" <?php if(is_array($preferences) && in_array('Share vCard', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['Share_vCard_Button'] ?? __("'Share vCard' Button")); ?></span> </label> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="Information" class="selectgroup-input" <?php if(is_array($preferences) && in_array('Information', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['Information_Section'] ?? __('Information Section')); ?></span> </label> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="Video" class="selectgroup-input" <?php if(is_array($preferences) && in_array('Video', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['Video_Section'] ?? __('Video Section')); ?></span> </label> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="About Us" class="selectgroup-input" <?php if(is_array($preferences) && in_array('About Us', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['About_Us_Section'] ?? __('About Us Section')); ?></span> </label> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="Services" class="selectgroup-input" <?php if(is_array($preferences) && in_array('Services', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['Services_Section'] ?? __('Services Section')); ?></span> </label> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="Projects" class="selectgroup-input" <?php if(is_array($preferences) && in_array('Projects', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['Projects_Section'] ?? __('Projects Section')); ?></span> </label> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="Testimonials" class="selectgroup-input" <?php if(is_array($preferences) && in_array('Testimonials', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['Testimonials_Section'] ?? __('Testimonials Section')); ?></span> </label> <label class="selectgroup-item"> <input type="checkbox" name="preferences[]" value="Enquiry Form" class="selectgroup-input" <?php if(is_array($preferences) && in_array('Enquiry Form', $preferences)): ?> checked <?php endif; ?>> <span class="selectgroup-button"><?php echo e($keywords['Enquiry_Form_Section'] ?? __('Enquiry Form Section')); ?></span> </label> </div> </div> </form> </div> </div> </div> <div class="card-footer"> <div class="form"> <div class="form-group from-show-notify row"> <div class="col-12 text-center"> <button type="submit" data-form="ajaxForm" id="" class="submitBtn btn btn-success"><?php echo e($keywords['Update'] ?? __('Update')); ?></button> </div> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/vcard/preferences.blade.php ENDPATH**/ ?>