/** * Vendor Layout Templates * Header and Sidebar specific to Vendor Dashboard */ window.vendorLayoutTemplates = { /** * Vendor Header */ header: () => ` Vendor Dashboard Logout `, /** * Vendor Sidebar */ sidebar: () => ` ` };