{% extends "layout/layout.html" %} {% set page_title = "Alert" %} {% block content %}
{% include "../templates/layout/header-footer/app-header.html" %} {% include "../templates/layout/header-footer/app-sidebar.html" %} {% include "../templates/layout/header-footer/topnavbar.html" %}
{% include "../templates/components/breadcrumbs/breadcrumbs.html" %}
Icon
More Type
This is a information alerts.
This is a success alerts.
This is a warning alerts.
This is a warning alerts.
Description
This is a information alerts.

This is a information alerts sub-text...

This is a success alerts.

This is a information alerts sub-text...

This is a warning alerts.

This is a information alerts sub-text...

This is a warning alerts.

This is a information alerts sub-text...

{% include "../templates/layout/header-footer/footer.html" %}
{% endblock %}