%- include('../layouts/header'); -%> Plans Home Plans <% plans?.forEach(plan=>{ %> <%- plan?.name %> <% let descriptions = plan?.description?.split("&nbbsp"); %> <% descriptions?.forEach(description=>{ %> <%- description.trim() %> <% }) %> Price : ₹<%- plan?.amount %> Expires In : <%- plan?.noOfDays %> days Feature Now <% }) %> <%- include('../layouts/footer'); -%>
Home Plans