Path : /var/www/html/jewelry-pos/storage/framework/views/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/jewelry-pos/storage/framework/views/89a7905a1eddee05e90223dc63cf3cf2.php |
<html> <head> <title>Print Barcode</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha384-BY+fdrpOd3gfeRvTSMT+VUZmA728cfF9Z2G42xpaRkUGu2i3DyzpTURDo5A6CaLK" crossorigin="anonymous"> <link id="vendorsbundle" rel="stylesheet" media="screen, print" href="<?php echo e(asset('admin-asset/css/vendors.bundle.css')); ?>"> <style> *{ margin: 0; padding: 0; list-style-type: none; } @media print { .noPrint { display: none; } } </style> </head> <body style="display: flex;justify-content: center;align-items: start;padding: 20px;font-family: 'Khmer OS Siemreap'"> <div class="" style="display: flex;justify-content: center;align-items: start;padding: 20px;width: 100%;"> <div class="" style="display: flex;justify-content: space-between;align-items: center;width: 100%;"> <div class="row noPrint" style="width: 8%;margin: 0;padding: 0"> <div class="col-sm-12 col-xl-12 mt-2"> <a class="btn btn-sm btn-info" href="<?php echo e(route('products.index')); ?>" style="color: black !important;font-weight: bold"> <svg class="pr-1" style="width: 20px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--> <path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z"/> </svg> <?php echo e(__('message.back')); ?> </a> </div> </div> <div class="row" style="width: 84%;margin: 0;padding: 0"> <div class=""> <div class="card col-md-4 col-sm-4 col-xl-4" style="padding: 10px;width: 25%;"> <div class="row"> <svg class="col d-flex" id="barcode"></svg> </div> <div class="row" style="margin-top: 5px;margin-left: 5px"> <?php echo e(__('message.name')); ?> : <?php echo e($product->name??''); ?> </div> <div class="row" style="margin-left: 5px"> <?php echo e(__('message.wages')); ?> : <?php echo e($product->wages??''); ?> <?php echo e($currency_->currency_symbol); ?> </div> <div class="row" style="margin-left: 5px"> <?php echo e(__('message.weight')); ?> : <?php echo e($product->weight??''); ?> </div> <div class="row" style="margin-left: 5px"> <?php echo e(__('message.product category')); ?> : <?php echo e($product->productCategory->name??''); ?> </div> </div> </div> </div> <div class="row noPrint" style="width: 8%;margin: 0;padding: 0"> <div class="col-sm-12 col-xl-12 mt-2"> <a class="btn btn-sm btn-info" href="" style="color: black !important;font-weight: bold;font-size: 13px" onclick="window.print()"> <i class="fal fa-print"></i> <?php echo e(__('message.print')); ?> </a> </div> </div> </div> </div> </body> </html> <script src="https://cdnjs.cloudflare.com/ajax/libs/jsbarcode/3.11.3/JsBarcode.all.min.js"></script> <script> JsBarcode("#barcode", "<?php echo e($product->part_number??''); ?>", { width:1, height:40, fontSize:15, }); </script> <script> window.print(); setTimeout(function closePrintView(){ window.location.href = "<?php echo e(route('products.index')); ?>?q=<?php echo e($q); ?>&paginate=<?php echo e($paginate); ?>&for_sale=<?php echo e($for_sale); ?>&category=<?php echo e($cate??''); ?>"; }, 100); </script> <?php /**PATH /var/www/html/jewelry-pos/resources/views/products/barcode.blade.php ENDPATH**/ ?>