%- include('./partials/head'); -%>
<%- include('./partials/header_sidebar'); -%>
<%=lan.Send%> <%=lan.Notification%>
<%=lan.Dashboard%>
<%=lan.Send%> <%=lan.Notification%>
<% let permiss = per != "1" ? per.send_notification[1] : "1" %> <% if(permiss == "1"){ %>
<%=lan.Title%>
<%=lan.Description%>
<%=lan.Send%> <%=lan.All%>
<%=lan.Selected%> <%=lan.User%>
<%=lan.Customer%> <%=lan.List%>
<%=lan.Select%> <%=lan.Customer%>
<% customer.forEach(function(cus){ %>
<%=cus.name%>
<% }) %>
<%=lan.All%> <%=lan.Customer%>
<%=lan.Driver%> <%=lan.List%>
<%=lan.Select%> <%=lan.Driver%>
<% driver.forEach(function(dri){ %>
<%=dri.first_name%> <%=dri.last_name%>
<% }) %>
<%=lan.All%> <%=lan.Driver%>
<%=lan.Image%> (<%=lan.Ratio%> 1:1)
<%=lan.Please_Enter_All_Detail%>.
<%=lan.Send%> <%=lan.Notification%>
<% } %>
<%=lan.Push%> <%=lan.Notification%>
#
<%=lan.Image%>
<%=lan.Title%>
<%=lan.Description%>
<%=lan.Customer%>
<%=lan.Driver%>
<%=lan.Date%>
<%=lan.Notification%> <%=lan.Count%>
<%=lan.Status%>
<%=lan.Resend%>
<% let permissions = per != "1" ? per.send_notification[2] : "1" %> <% if(permissions == "1"){ %>
<%=lan.Action%>
<% } %>
<% var i = 1 %> <% pdata.forEach((data) => { %>
<%= i %>
<% if(data.image == ""){ %>
<% } else { %>
<% }; %>
<%= data.title %>
<%= data.description %>
<% if (data.customer != '' && data.customer != 'All') { %> <%= data.cus_name %> <% } else if (data.customer == 'All') { %> <%=lan.All%> <% } %>
<% if (data.driver != '' && data.driver != 'All') { %> <%= data.first_name %> <%= data.last_name %> <% } else if (data.driver == 'All') { %> <%=lan.All%> <% } %>
<%= data.date %>
<%= data.count %>
<% if (data.status == '1') { %>
<%=lan.Active%>
<% } else { %>
<%=lan.Deactive%>
<% } %>
<% if(permissions == "1"){ %>
<% } %>
<% i++ %> <% }) %>
<%- include('./partials/footer'); -%> <%- include('./partials/script'); -%>