/
home
/
techb158
/
ileadtechnology.com
/
resources
/
views
/
vendor
/
sweetalert
/
/home/techb158/ileadtechnology.com/resources/views/vendor/sweetalert
mkdir
upload
Name
Size
Mode
Actions
alert.blade.php
349
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/resources/views/vendor/sweetalert/alert.blade.php
(349B)
@if (Session::has('alert.config')) @if(config('sweetalert.animation.enable')) <link rel="stylesheet" href="{{ config('sweetalert.animatecss') }}"> @endif <script src="{{ $cdn?? asset('vendor/sweetalert/sweetalert.all.js') }}"></script> <script> Swal.fire({!! Session::pull('alert.config') !!}); </script> @endif
Save
@if (Session::has('alert.config')) @if(config('sweetalert.animation.enable'))
@endif @endif