You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to call the demo.showNotification('top', 'right') function from theme.js without onclick?
I want to call it inside Laravel session notification like this @if(session()->has('success'))
*i want display it here @endif
The text was updated successfully, but these errors were encountered:
What is your enhancement?
how to call the demo.showNotification('top', 'right') function from theme.js without onclick?
I want to call it inside Laravel session notification like this
@if(session()->has('success'))
*i want display it here
@endif
The text was updated successfully, but these errors were encountered: