{% set page_group = "admin" %} {% include 'components/head.html' %} {# SweetAlert for notifications #} {# Comeback Cash Admin Styles #}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %} {# Page Header #}

Comeback Cash Management {{ store.name }} - {{ store.city }}

{# Dashboard Stats #}
{{ stats.activeEvents }}
Active Events
{{ stats.totalCouponsIssued }}
Coupons Issued
{{ stats.totalCouponsRedeemed }}
Coupons Redeemed
${{ stats.totalValueRedeemed|number_format(2) }}
Value Redeemed
{# Main Content Tabs #}
{# Events Tab - Timeline View #}
{% include 'admin/comeback-cash/events-timeline.html' %}
{# Reports Tab #}
{% include 'admin/comeback-cash/reports-dashboard.html' %}
{% include 'components/footer.html' %}
{# Event Form Modal #} {% include 'admin/comeback-cash/event-form-modal.html' %} {# Load JavaScript #}