laravel-notify
laravel-notify copied to clipboard
Timeout not working
this work for me https://github.com/mckenziearts/laravel-notify/issues/53#issuecomment-841777850
I had the same problem, them I solved it, look at the code below
@include('notify::components.notify')
@notifyCss
@notifyJs
@notifyJs should come after @include('notify::components.notify')
🤣