/** * Universal Modal Templates * Shared across all sections: Admin, Vendor, and Shop */ window.modalTemplates = { /** * Confirmation Modal */ confirmModal: () => ` `, /** * Success Modal */ successModal: () => ` `, /** * Error Modal */ errorModal: () => ` `, /** * Loading Overlay */ loadingOverlay: () => `
` };