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/d2ede3d62c693aa6f49fcbf0c23032c1.php |
<?php if(session('success')): ?> <div class="translate-middle-x m-3" style="position: absolute; top: 0; right: 0; "> <div id="alert" class="alert shadow bg-success-600 rounded text-center" style="z-index: 9999;"> <b><i class="fal fa-check-circle fa-lg"></i></b> <?php echo e(session('success')); ?> </div> </div> <?php endif; ?> <!--fail--> <?php if(session('fail')): ?> <div class="translate-middle-x m-3" style="position: absolute; top: 0; right: 0; "> <div id="alert" class="alert shadow bg-danger-600 rounded" style="margin-top: 1.8rem; z-index: 9999;"> <b><i class="fal fa-exclamation-circle fa-lg"></i></b> <?php echo e(session('fail')); ?> </div> </div> <?php endif; ?> <?php /**PATH /var/www/html/jewelry-pos/resources/views/app/alert.blade.php ENDPATH**/ ?>