%- include('./partials/head'); -%>
<%- include('./partials/header_sidebar'); -%>
<%=lan.Edit%> <%=lan.Send%> <%=lan.Notification%>
<%=lan.Dashboard%>
<%=lan.Edit%> <%=lan.Send%> <%=lan.Notification%>
<%=lan.Title%>
<%=lan.Description%>
<%=ndata.description%>
<% if(ndata.customer == "All" && ndata.driver == "All"){ %>
<%=lan.Send%> <%=lan.All%>
<%=lan.Selected%> <%=lan.User%>
<% } else { %>
<%=lan.Send%> <%=lan.All%>
<%=lan.Selected%> <%=lan.User%>
<% }; %>
<% if(ndata.customer == "All" && ndata.driver == "All"){ %>
<% } else { %>
<% }; %>
<%=lan.Customer%> <%=lan.List%>
<% if(ndata.customer == "All"){ %>
<%=lan.Select%> <%=lan.Customer%>
<% customer.forEach(function(cus){ %>
<%=cus.name%>
<% }) %>
<% } else { %>
<%=lan.Select%> <%=lan.Customer%>
<% customer.forEach(function(cus){ %>
><%=cus.name%>
<% }) %>
<% }; %>
<% if(ndata.customer == "All"){ %>
<% } else { %>
<% }; %>
<%=lan.All%> <%=lan.Customer%>
<%=lan.Driver%> <%=lan.List%>
<% if(ndata.driver == "All"){ %>
<%=lan.Select%> <%=lan.Driver%>
<% driver.forEach(function(dri){ %>
<%=dri.name%>
<% }) %>
<% } else { %>
<%=lan.Select%> <%=lan.Driver%>
<% driver.forEach(function(dri){ %>
><%=dri.first_name%> <%=dri.last_name%>
<% }) %>
<% }; %>
<% if(ndata.driver == "All"){ %>
<% } else { %>
<% }; %>
<%=lan.All%> <%=lan.Driver%>
>
<% if(ndata.image == ""){ %>
<% } else { %>
<% }; %>
<%=lan.Image%> (<%=lan.Ratio%> 1:1)
<%=lan.Please_Enter_All_Detail%>.
<%=lan.Edit%> <%=lan.Send%> <%=lan.Notification%>
<%- include('./partials/footer'); -%> <%- include('./partials/script'); -%>