PATH:
home
/
rwabteecom
/
project_11
/
storage
/
framework
/
views
/
Editing: 091323580f232ec3f1b317ad4a2b1f6f.php
<div class="modal fade QRModal" id="QRModal" aria-labelledby="exampleModalLabel" tabindex="-1" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable"> <div class="modal-content"> <div class="modal-header justify-content-end"> <button type="button" data-mdb-ripple-init data-mdb-dismiss="modal" aria-label="Close" class="close-btn"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17 7L7 17M7 7L17 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> </div> <div class="modal-body text-center"> <div id="qr-code-img"></div> <h4 class="mt-3"><?php echo e(__('Your QR Code')); ?></h4> <p class="px-lg-4"><?php echo e(__('Share your QR code anywhere without any limit and convert offline trafic to your link')); ?></p> <div class="d-flex align-items-center justify-content-center py-3 QrButtons"> <button class="me-3 main-btn modal-download-qr"> <svg width="20" height="20" class="me-2" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.5 12.5V13.5C17.5 14.9001 17.5 15.6002 17.2275 16.135C16.9878 16.6054 16.6054 16.9878 16.135 17.2275C15.6002 17.5 14.9001 17.5 13.5 17.5H6.5C5.09987 17.5 4.3998 17.5 3.86502 17.2275C3.39462 16.9878 3.01217 16.6054 2.77248 16.135C2.5 15.6002 2.5 14.9001 2.5 13.5V12.5M14.1667 8.33333L10 12.5M10 12.5L5.83333 8.33333M10 12.5V2.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> <?php echo e(__('Downlaod')); ?></button> <a href="<?php echo e(route('dashboard.qr-design.index')); ?>"> <svg width="20" height="20" class="me-2" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.3299 3.56981C18.3299 3.56981 18.5999 2.76981 18.0199 2.20981C17.4899 1.68981 16.7999 1.96981 16.7999 1.96981C16.1899 2.26981 11.0399 5.43981 9.1299 7.53981C8.2699 8.49981 7.0699 11.3298 8.0399 12.3598C8.9599 13.3398 11.9999 12.1898 12.8299 11.3598C14.8899 9.29981 18.0399 4.18981 18.3299 3.56981ZM1.3999 17.6498C3.7699 16.0898 2.8599 14.2398 4.6299 13.0098C5.5599 12.3598 6.8499 12.3898 7.7099 13.2998C8.3399 13.9698 8.5099 15.8698 7.5499 16.7598C5.9799 18.2098 3.5499 18.3098 1.3999 17.6498Z" fill="currentColor" /> </svg> <?php echo e(__('Customize')); ?> </a> </div> </div> </div> </div> </div> <?php /**PATH /home/rwabteecom/project/resources/views/dashboard/partials/qr-modal.blade.php ENDPATH**/ ?>
SAVE
CANCEL