관리-도구
편집 파일: 07cf0f6a6fbe4b8fd94a8837c2092374.php
<audio id="myAudio"> <source src="<?php echo e(dynamicAsset(path: 'public/assets/front-end/sound/notification.mp3')); ?>" type="audio/mpeg"> </audio> <div class="alert--container active"> <?php if(env('APP_MODE') == 'demo'): ?> <div class="alert alert--message-2 alert-dismissible fade show" id="demo-reset-warning"> <img width="28" class="align-self-start" src="<?php echo e(theme_asset(path: 'assets/front-end/img/info-2.png')); ?>" alt=""> <div class="w--0"> <h6><?php echo e(translate('warning').'!'); ?></h6> <span> <?php echo e(translate('though_it_is_a_demo_site').'.'.translate('_our_system_automatically_reset_after_one_hour_&_that_why_you_logged_out').'.'); ?> </span> </div> <button type="button" class="close __close position-relative p-0" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <?php endif; ?> <div class="alert alert--message-2 alert-dismissible fade show product-restock-stock-alert"> <div class="d-flex min-w-60px"> <img width="50" class="align-self-start aspect-1 border rounded image object-cover" src="" alt="" > </div> <div class="w-100 text-start overflow-hidden"> <h6 class="title text-truncate mb-1"></h6> <span class="message"></span> <div class="d-flex justify-content-between gap-3 mt-2"> <a href="javascript:" class="text-decoration-underline text-capitalize get-view-by-onclick product-link" data-link=""> <?php echo e(translate('click_to_view')); ?> </a> </div> </div> <button type="button" class="close position-relative font-semi-bold p-0 product-restock-stock-close"> <span aria-hidden="true">×</span> </button> </div> </div> <?php /**PATH /home2/slnssare/public_html/resources/themes/default/layouts/front-end/partials/_alert-message.blade.php ENDPATH**/ ?>