WordPress

Coming Soon

revealability

File "861f592e95c24c8f77996389fc5ace9bc837d4d8-20260311065943.php"

Full Path: /home/karnava/public_html/center.karnavati.in/storage/framework/views/861f592e95c24c8f77996389fc5ace9bc837d4d8-20260311065943.php
File size: 886 bytes
MIME-type: text/x-php
Charset: utf-8

<?php if(config('sweetalert.alwaysLoadJS') === true && config('sweetalert.neverLoadJS') === false ): ?>
    <script src="<?php echo e($cdn ?? asset('vendor/sweetalert/sweetalert.all.js')); ?>"></script>
<?php endif; ?>
<?php if(Session::has('alert.config')): ?>
    <?php if(config('sweetalert.animation.enable')): ?>
        <link rel="stylesheet" href="<?php echo e(config('sweetalert.animatecss')); ?>">
    <?php endif; ?>
    <?php if(config('sweetalert.alwaysLoadJS') === false && config('sweetalert.neverLoadJS') === false): ?>
        <script src="<?php echo e($cdn ?? asset('vendor/sweetalert/sweetalert.all.js')); ?>"></script>
    <?php endif; ?>
    <script>
        Swal.fire(<?php echo Session::pull('alert.config'); ?>);
    </script>
<?php endif; ?>
<?php /**PATH C:\xampp\htdocs\iimtlms\vendor\realrashid\sweet-alert\src/../resources/views/alert.blade.php ENDPATH**/ ?>