{% extends "BaseLogin.html" %} {% block title %} Dashboard Admin {% endblock %} {% block content %}
{% include 'Dashboards/DashboardAdmin/total_banck.html' %}
{% include 'Dashboards/DashboardAdmin/total_expense.html' %}
{% include 'Dashboards/DashboardAdmin/total_firm.html' %}
{#
{% include 'Dashboards/DashboardAdmin/total_prof_month.html' %}
#} {#
{% include 'Dashboards/DashboardAdmin/total_expense_prof.html' %}
#} {#
{% include 'Dashboards/DashboardAdmin/total_credit_prof.html' %}
#}
{% include 'Dashboards/DashboardAdmin/list-group.html' %}
{% include 'Dashboards/DashboardAdmin/Stone.html' %}
{% endblock %}