I want to show notifications of data inserted on the homepage of dashboard.
Dashboard has three pages of data insertion. I want to display information of data insertion on homepage.
<div class="content">
<div class="alert alert-info">
<span id = "t1">
<b> Task1 - </b> This is a regular notification made with ".alert-info"</span>
</div>
<div class="alert alert-success">
<span id = "t2">
<b> Task 2 - </b> This is a regular notification made with ".alert-success"</span>
</div>
<div class="alert alert-danger">
<span id = "t3">
<b> task 3 - </b> This is a regular notification made with ".alert-danger"</span>
</div>
</div>