Path : /var/www/clients/client0/web25/web/resources/views/vendor/sweetalert/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/clients/client0/web25/web/resources/views/vendor/sweetalert/alert.blade.php |
@if (config('sweetalert.alwaysLoadJS') === true && config('sweetalert.neverLoadJS') === false ) <script src="{{ $cdn ?? asset('vendor/sweetalert/sweetalert.all.js') }}"></script> @endif @if (Session::has('alert.config')) @if(config('sweetalert.animation.enable')) <link rel="stylesheet" href="{{ config('sweetalert.animatecss') }}"> @endif @if (config('sweetalert.alwaysLoadJS') === false && config('sweetalert.neverLoadJS') === false) <script src="{{ $cdn ?? asset('vendor/sweetalert/sweetalert.all.js') }}"></script> @endif <script> Swal.fire({!! Session::pull('alert.config') !!}); </script> @endif