{# app/templates/admin/vendor-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 %}Vendor Details{% endblock %} {% block alpine_data %}adminVendorDetail(){% endblock %} {% block content %} {% call detail_page_header("vendor?.name || 'Vendor Details'", '/admin/vendors', subtitle_show='vendor') %} {% endcall %} {{ loading_state('Loading vendor details...') }} {{ error_state('Error loading vendor') }}

Quick Actions

Edit Vendor

Verification

-

Status

-

Created

-

Last Updated

-

Basic Information

Vendor Code

-

Name

-

Subdomain

-

Description

-

Contact Information

Owner Email

-

Owner's authentication email

Contact Email

-

Public business contact

Phone

-

Website

-

Business Details

Business Address

-

Tax Number

-

Owner Information

Owner User ID

-

Owner Username

-

Owner Email

-

Marketplace CSV URLs

French (FR)

English (EN)

German (DE)

More Actions

This vendor belongs to company: . Contact info and ownership are managed at the company level.

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