diff --git a/app/templates/vendor/customers.html b/app/templates/vendor/customers.html new file mode 100644 index 00000000..9be58642 --- /dev/null +++ b/app/templates/vendor/customers.html @@ -0,0 +1,31 @@ +{# app/templates/vendor/customers.html #} +{% extends "vendor/base.html" %} + +{% block title %}Customers{% endblock %} + +{% block alpine_data %}data(){% endblock %} + +{% block content %} +
+ This page is under development. You'll be able to manage your customers here. +
+ + Back to Dashboard + ++ This page is under development. You'll be able to manage your inventory here. +
+ + Back to Dashboard + ++ This page is under development. You'll be able to import products from marketplace here. +
+ + Back to Dashboard + ++ This page is under development. You'll be able to manage your orders here. +
+ + Back to Dashboard + ++ This page is under development. You'll be able to manage your product catalog here. +
+ + Back to Dashboard + ++ This page is under development. You'll be able to manage your profile information here. +
+ + Back to Dashboard + ++ This page is under development. You'll be able to configure your vendor settings here. +
+ + Back to Dashboard + ++ This page is under development. You'll be able to manage your team members here. +
+ + Back to Dashboard + +