{# app/templates/vendor/orders.html #} {% extends "vendor/base.html" %} {% block title %}Orders{% endblock %} {% block alpine_data %}data(){% endblock %} {% block content %}
This page is under development. You'll be able to manage your orders here.
Back to Dashboard