{# app/templates/admin/vendors.html #} {% extends "admin/base.html" %} {% block title %}Vendors{% endblock %} {% block alpine_data %}adminVendors(){% endblock %} {% block content %}

Vendor Management

Create Vendor

Loading vendors...

Error loading vendors

Total Vendors

0

Verified Vendors

0

Pending

0

Inactive

0

Vendor Subdomain Status Created Actions
Showing - of
{% endblock %} {% block extra_scripts %} {% endblock %}