<%- include('header', {menu:'campaign'}) %>
<% if(campaign.length=='0' ){ %> <% }else{ %> + Create New <% } %>
<% for(let i in campaign){ %>

<%= campaign[i].campaign_name %>

<%= campaign[i].createdAt %>

<% } %>
Preview Template
Send to group

Send to contact

Send test mail

Are you sure?

you want to delete this campaign.

<% include footer %>