HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/be.naniguide.com/storage/framework/views/fb7df0f69e34cc2b1c3e6e0a97a69995.php
<script>
    <?php $__currentLoopData = ['success']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $msg): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
        <?php if(Session::has('alert-' . $msg)): ?>
            $(document).ready(function() {
                notify({
                    type: "<?php echo e($msg, false); ?>",
                    title: '<?php echo e(trans('messages.notify.' . $msg), false); ?>',
                    message: '<?php echo preg_replace('/[\r\n]+/', ' ', Session::get('alert-' . $msg)); ?>',
                    dismissible: true,
                });
            });

        <?php endif; ?>
    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

    <?php if(request()->session()->get('user-activated')): ?>
        $(document).ready(function() {
            notify({
                type: "success",
                message: `xxxx<?php echo request()->session()->get('user-activated'); ?>`,
                dismissible: true,
            });
        });
        <?php request()->session()->forget('user-activated'); ?>
    <?php endif; ?>
</script>
<?php /**PATH /home/xedaptot/be.naniguide.com/resources/views/layouts/core/_flash.blade.php ENDPATH**/ ?>