@if (config('sweetalert.alwaysLoadJS') === true && config('sweetalert.neverLoadJS') === false )
    
@endif
@if (Session::has('alert.config'))
    @if(config('sweetalert.animation.enable'))
        
    @endif
    @if (config('sweetalert.alwaysLoadJS') === false && config('sweetalert.neverLoadJS') === false)
        
    @endif
    
@endif