creativetimofficial / black-dashboard

MIT License
344 stars 313 forks source link

[Feature Request] don't know how to call functions #46

Open Dr-Bravestone opened 1 year ago

Dr-Bravestone commented 1 year ago

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