{# app/templates/admin/merchant-create.html #} {% extends "admin/base.html" %} {% from 'shared/macros/headers.html' import page_header %} {% from 'shared/macros/alerts.html' import error_state %} {% block title %}Create Merchant{% endblock %} {% block alpine_data %}adminMerchantCreate(){% endblock %} {% block content %} {{ page_header('Create New Merchant', subtitle='Create a merchant account with an owner user', back_url='/admin/merchants', back_label='Back to Merchants') }}

Merchant Created Successfully!

{{ error_state('Error Creating Merchant', error_var='errorMessage', show_condition='errorMessage') }}

Merchant Information

Public business contact email

Owner Account

A user account will be created for the merchant owner. If the email already exists, that user will be assigned as owner.

This email will be used for owner login. Can be different from business contact email.

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