{# app/templates/admin/merchant-detail.html #} {% extends "admin/base.html" %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} {% from 'shared/macros/headers.html' import detail_page_header %} {% block title %}Merchant Details{% endblock %} {% block alpine_data %}adminMerchantDetail(){% endblock %} {% block content %} {% call detail_page_header("merchant?.name || 'Merchant Details'", '/admin/merchants', subtitle_show='merchant') %} ID: | store(s) {% endcall %} {{ loading_state('Loading merchant details...') }} {{ error_state('Error loading merchant') }}

Quick Actions

Edit Merchant

Verification

-

Status

-

Stores

0

Created

-

Basic Information

Merchant Name

-

Description

-

Contact Information

Contact Email

-

Phone

-

Website

-

Business Details

Business Address

-

Tax Number

-

Owner Information

Owner User ID

-

Owner Username

-

Owner Email

-

Stores ()

Store Subdomain Status Actions

More Actions

Stores created will be associated with this merchant.

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