Notifications

We are using dependency called toastr

https://codeseven.github.io/toastr/demo.html

Click to copy
<button type="button" class="btn btn-primary" id="showSuccess">Show Success</button>
<button type="button" class="btn btn-primary" id="showInfo">Show Info</button>
<button type="button" class="btn btn-primary" id="showError">Show Error</button>
<button type="button" class="btn btn-primary" id="showWarning">Show Warning</button>