/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
realrashid
/
sweet-alert
/
resources
/
views
/
/home/techb158/ileadtechnology.com/vendor/realrashid/sweet-alert/resources/views
mkdir
upload
Name
Size
Mode
Actions
alert.blade.php
656
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/realrashid/sweet-alert/resources/views/alert.blade.php
(656B)
@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
Save
cmd:
run