{% extends 'base1.html.twig' %} {% block content %}
Sales Today

₦{{ today }}

{{ increase }}%

{#

Subscription Details

{{ today }}

#}
{% if subscription and subscription.status %} {% else %} {% endif %}
Subscription End Date Auto-Renew Status
All-in-One {{ subscription.expiry|date('d-m-Y') }} {{ subscription.renew ? 'On' : 'Off' }} ActiveFree Trial {{ stat }} Off {{ diff ? 'Expired' : 'Active' }} Upgrade
{#
Sessions

34,897

21.5%

Sessions

34,897

21.5%

#}
Recent Activity
Sales This Month
₦{{ today }} Today

Prev. ₦{{ yesterday }}

₦{{ thisweek }} Week

Prev. ₦{{ lastweek }}

₦{{ thismonth }} Month

Prev. ₦{{ lastmonth }}

{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}