{# app/templates/vendor/profile.html #} {% extends "vendor/base.html" %} {% from 'shared/macros/headers.html' import page_header_flex %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} {% block title %}Profile{% endblock %} {% block alpine_data %}vendorProfile(){% endblock %} {% block content %} {% call page_header_flex(title='Profile', subtitle='Manage your business information') %}
{% endcall %} {{ loading_state('Loading profile...') }} {{ error_state('Error loading profile') }}

Business Information

Basic information about your business

Contact Information

How customers can reach you

Account Information

Your vendor account details (read-only)

Verified
{% endblock %} {% block extra_scripts %} {% endblock %}