{% set chat = [{ avatar: "assets/images/256_rsz_1andy-lee-642320-unsplash.jpg", name: "Jenell D. Matney", date: "4 days ago" }, { avatar: "assets/images/256_daniel-gaffey-1060698-unsplash.jpg", name: "Sherri J. Cardenas", date: "3 days ago" }, { avatar: "assets/images/256_jeremy-banks-798787-unsplash.jpg", name: "Joseph S. Ferland", date: "2 days ago" }, { avatar: "assets/images/256_joao-silas-636453-unsplash.jpg", name: "Bryan K. Davis", date: "1 day ago" }, { avatar: "assets/images/256_luke-porter-261779-unsplash.jpg", name: "Elizabeth J. Ohara", date: "4 hours ago" }, { avatar: "assets/images/256_michael-dam-258165-unsplash.jpg", name: "Kaci M. Langston", date: "just now" }] %} {% set companies = [{ name: "Moon Ltd", growth: "3%", growth_icon: "arrow_upward", status_color: "success", amount: "$32,124", status: "PAID" }, { name: "Blue Space Ltd", growth: "5%", growth_icon: "arrow_upward", status_color: "success", amount: "$13,593", status: "PAID" }, { name: "Visual Design", growth: "12%", growth_icon: "arrow_upward", status_color: "danger", amount: "$2,229", status: "DUE" }, { name: "Fox Technologies", growth: "54%", growth_icon: "arrow_upward", status_color: "success", amount: "$41,139", status: "PAID" }, { name: "JMS Ltd", growth: "5%", growth_icon: "arrow_upward", status_color: "danger", amount: "$3,002", status: "DUE" }, { name: "Langston Corp", growth: "9%", growth_icon: "arrow_upward", status_color: "success", amount: "$2,884", status: "PAID" }, { name: "Compare Solutions", growth: "3%", growth_icon: "arrow_upward", status_color: "success", amount: "$15,844", status: "PAID" }, { name: "Hill Enterprises", growth: "12%", growth_icon: "arrow_upward", status_color: "success", amount: "$9,772", status: "PAID" }, { name: "Monday Ltd", growth: "17%", growth_icon: "arrow_upward", status_color: "success", amount: "$44,172", status: "PAID" }, { name: "Hexio Enterprise", growth: "31%", growth_icon: "arrow_upward", status_color: "success", amount: "$21,984", status: "PAID" }] %}

Quick Access

settings Settings
business
Companies
monetization_on
Earnings
account_balance
Account Balance
assignment
Assignments
phone
Calls

Top Companies

{% for i in [0,1,2,3,4,5,6] %} {% endfor %}
{{ i+1 }}. ({{i+2}} invoices) {{ companies[i].growth }} {{ companies[i].growth_icon }}
{{ companies[i].status }}
{{ companies[i].amount }}

Recent Activity

{% set list_items = [{ avatar: "assets/images/256_rsz_1andy-lee-642320-unsplash.jpg", name: "Jenell D. Matney", date: "4 days ago", amount: "$573", icon: "monetization_on", icon_bg: "bg-purple", message: "Confirmation required for design" }, { avatar: "assets/images/256_daniel-gaffey-1060698-unsplash.jpg", name: "Sherri J. Cardenas", date: "3 days ago", amount: "$612", icon: "email", icon_bg: "bg-teal", message: "Improve spacings on Projects page" }, { avatar: "assets/images/256_jeremy-banks-798787-unsplash.jpg", name: "Joseph S. Ferland", date: "2 days ago", amount: "$244", icon: "monetization_on", icon_bg: "", message: "You unlocked a new Badge" }, { avatar: "assets/images/256_joao-silas-636453-unsplash.jpg", name: "Bryan K. Davis", date: "1 day ago", amount: "$664", icon: "monetization_on", icon_bg: "", message: "Meeting on Friday" }, { avatar: "assets/images/256_michael-dam-258165-unsplash.jpg", name: "Kaci M. Langston", date: "just now", amount: "$631", icon: "description", icon_bg: "", message: "Design a new Brochure" }] %} {% for i in [0,1,2,3,4] %}
{{ list_items[i].icon }}
Avatar
{% if i == 1 %} {{ list_items[i].name }}
{{ list_items[i].message }}
{{ list_items[i].date }} {% else %} {{ list_items[i].name }}
{{ list_items[i].date }}
{{ list_items[i].amount }}
{% endif %} arrow_forward
{% endfor %}
{% for i in [0,1,2,3,4] %}
monetization_on
Avatar
{{ list_items[i+1].name }}
{{ list_items[i].date }}
{{ list_items[i].amount }}
arrow_forward
{% endfor %}
{% for i in [0,1,2,3,4] %}
email
Avatar
{{ list_items[i].name }}
{{ list_items[i].message }}
{{ list_items[i].date }} arrow_forward
{% endfor %}