--- layout: default title: Homepage menu: index ---
{% include page-title.html title="Dashboard" %}
{% include cards/stats-1.html number=43 title="New Tickets" percentage=6 %}
{% include cards/stats-1.html number=17 title="Closed Today" percentage=-3 %}
{% include cards/stats-1.html number=7 title="New Replies" percentage=9 %}
{% include cards/stats-1.html number="27.3K" title="Followers" percentage=3 %}
{% include cards/stats-1.html number="$95" title="Daily Earnings" percentage=-2 %}
{% include cards/stats-1.html number=621 title="Products" percentage=-1 %}
{% include cards/tasks.html %}

Chart name

{% include js-charts.html id='chart-donut' data='donut' %}
{% include cards/icon-box.html color="blue" icon="fe fe-dollar-sign" value="132" description="Sales" subtitle="12 waiting payments" %}
{% include cards/icon-box.html color="green" icon="fe fe-shopping-cart" value="78" description="Orders" subtitle="32 shipped" %}
{% include cards/icon-box.html color="red" icon="fe fe-users" value="1,352" description="Members" subtitle="163 registered today" %}
{% include cards/icon-box.html color="yellow" icon="fe fe-message-square" value="132" description="Comments" subtitle="16 waiting" %}
{% for article in site.data.articles limit: 2 %}
{% include cards/blog-single.html article=article type="aside" %}
{% endfor %}
{% include cards/table-users.html %}
{% include cards/browsers.html %}
{% include cards/projects-list.html %}
{% include cards/members.html %}
{% include cards/chart-bg.html id="chart-bg-users-1" %}
{% include cards/chart-bg.html id="chart-bg-users-2" offset=60 aggregate=true color="red" rate="-3%" %}
{% include cards/chart-bg.html id="chart-bg-users-3" offset=50 color="green" rate="-3%" %}
{% include cards/chart-bg.html id="chart-bg-users-4" offset=40 color="yellow" rate="9%" %}
{% include cards/invoices.html %} {% include pagination.html %}