|
Server : LiteSpeed System : Linux barito.iixcp.rumahweb.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : elvh3918 ( 1528) PHP Version : 8.2.31 Disable Function : mail Directory : /home/elvh3918/public_html/pmm/storage/framework/views/ |
<?php $__env->startSection('modal-qrcode'); ?>
<div class="modal fade" id="modal_qrcode">
<div class="modal-dialog modal-md">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Scan this area</h4>
<button type="button" class="close" onclick="closeModalQRCode()" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<?php echo $__env->yieldContent('content-qrcode'); ?>
</div>
<div class="modal-footer d-flex justify-content-start justify-content-md-end d-print-none">
<button type="button" class="btn btn-default" onclick="closeModalQRCode()">Close</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('page-script-modal-qrcode'); ?>
<script>
var input_type_qrcode = null;
function openModalQRCode(s_input_type_qrcode = null) {
input_type_qrcode = s_input_type_qrcode;
openHtml5QrcodeScanner(input_type_qrcode);
$('#modal_qrcode').modal('toggle');
}
function closeModalQRCode() {
html5QrcodeScanner.html5Qrcode.stop()
// html5QrcodeScanner.clear();
$('#modal_qrcode').modal('hide');
}
</script>
<?php $__env->stopSection(); ?><?php /**PATH /home/elvh3918/public_html/pmm/resources/views/components/modal-qrcode-scan.blade.php ENDPATH**/ ?>