Server IP : 66.29.132.124 / Your IP : 13.59.1.58 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/storage/framework/views/ |
Upload File : |
<?php $popup = \Modules\Popup\Models\Popup::getActive(request()); if(!$popup) return; $translation = $popup->translateOrOrigin(request('lang',app()->getLocale())); ?> <div class="modal bc_popup" tabindex="-1" id="bc_popup_<?php echo e($popup->id); ?>" data-days="<?php echo e($popup->expired_days); ?>"> <div class="modal-dialog modal-lg modal-dialog-centered"> <div class="modal-content"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> <div class="modal-body"> <?php if(!empty($translation->title)): ?> <h5 class="modal-title mb-2"><?php echo e($translation->title); ?></h5> <?php endif; ?> <?php echo clean($translation->content); ?> </div> </div> </div> </div> <?php /**PATH /home/wavevlvu/book24.ng/modules/Popup/Views/frontend/popup.blade.php ENDPATH**/ ?>