{% extends "base.html" %} {% load django_bootstrap5 static %} {% block content %}

Management Dashboard

Order Management

Manage customer orders here. View, process, and track orders.

Orders tab content will be populated with order data and management tools.
Transaction History

View and manage all transactions including payments, refunds, and transfers.

Transactions tab content will be populated with transaction logs and analytics.
Wallet Management

Manage wallet balances, top-ups, and withdrawals.

Wallet tab content will be populated with balance information and wallet operations.
Support Tickets

Handle customer support tickets and inquiries.

Tickets tab content will be populated with support ticket management interface.
{% endblock %}