|
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('content-scan-barcode'); ?>
<div class="row mb-3">
<div class="col">
<div class="d-flex flex-row">
<input type="text"
class="form-control" id="code" name="code" placeholder="Scan QRCode item here"
onkeypress="pressEnter(event)"
/>
<button type="button" class="ml-2 btn btn-info" onclick='openCamera()'>
<i class="fa fa-camera"></i>
</button>
<button type="button" class="ml-2 btn btn-dark" onclick='searchBarcode()'>
<i class="fa fa-qrcode"></i>
</button>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('page-script-scan-barcode'); ?>
<script>
function openCamera() {
openModalQRCode();
}
</script>
<?php $__env->stopSection(); ?><?php /**PATH /home/elvh3918/public_html/pmm/resources/views/content/guest/partials/scan-barcode.blade.php ENDPATH**/ ?>