{# app/templates/vendor/customers.html #} {% extends "vendor/base.html" %} {% block title %}Customers{% endblock %} {% block alpine_data %}data(){% endblock %} {% block content %}

Customers

👥

Customer Management Coming Soon

This page is under development. You'll be able to manage your customers here.

Back to Dashboard
{% endblock %}