`; if(data.businessData.alternativePhoneNumber) { businessProfileHtml += ` `; } businessProfileHtml += ` `; if(data.businessData.numberOfEmployees) { businessProfileHtml += ` `;} if(data.businessData.yoe) { businessProfileHtml += ` `;} businessProfileHtml += ` `; if(data.businessData.annualTurnover) {businessProfileHtml += ` `;}if(data.businessData.website) {businessProfileHtml += ` `;} businessProfileHtml += ` `; if(modeOfPayments.length) { businessProfileHtml += ` `;}if(modeOfInteractions.length) { businessProfileHtml += ` `;} businessProfileHtml += ` `; if(ammenties.length) {businessProfileHtml += ` `;}businessProfileHtml += ` `;if(data.businessData.addressLineOne) {businessProfileHtml += ` `;}if(data.businessData.addressLineTwo) {businessProfileHtml += ` `;}businessProfileHtml += ` `;if(data.businessData.city) {businessProfileHtml += ` `;}if(data.businessData.city) {businessProfileHtml += ` `;}businessProfileHtml += ` `;if(data.businessData.personalProof.length) {businessProfileHtml += ` `;}if(data.businessData.businessProof.length) {businessProfileHtml += ` `;}businessProfileHtml += `
Business profile
${data.businessData.displayName} (Basic)

Designation /relation with business

${data.businessData.contactDesignation}

Business owner name

${data.businessData.ownerName}

Business category

${businessSubcategories.map((subcategory) =>{return subcategory.subcategory_level_two.name;}).join(", ")}

Business display name

${data.businessData.displayName}

Business full registration name

${data.businessData.businessName}

Phone number

${data.businessData.phoneNumber}

Alternate number

${data.businessData.alternativePhoneNumber}

Email

${data.businessData.email}

Description

${data.businessData.businessDescription}

Tags

${businessTags.map((tag) =>{return tag.tagDetails.name;}).join(", ")}

Number of employees

${data.businessData.numberOfEmployees}

Year established

${data.businessData.yoe}

Annual turnover

${data.businessData.annualTurnover}

Website

${data.businessData.website}

Additional

Mode of payment

${modeOfPayments.map((modOfPayment) =>{ return modOfPayment.paymentMethodsDetail.name;}).join(", ")}

Mode of interaction

${modeOfInteractions.map((modOfInteraction) =>{ return modOfInteraction.modeOfInteractionDetails.name;}).join(", ")}

Business type

${businessType}

Other amenities

${ammenties.map((ammenity) =>{ return ammenity.ammentiesDetail.name;}).join(", ")}

Address & contact details

Address Line 1

${data.businessData.addressLineOne}

Address Line 2

${data.businessData.addressLineTwo}

City

${data.businessData.city}

State

${data.businessData.state}

Pincode

${data.businessData.pincode}

Documents

Personal Identification proof

${data.businessData.personalProof[0].document.name}

Business Identification proof

${data.businessData.businessProof[0].document.name}