%- include('./partials/head'); -%>
<%- include('./partials/header_sidebar'); -%>
<%=lan.Outstation%> <%=lan.List%>
<%=lan.Dashboard%>
<%=lan.Outstation%> <%=lan.List%>
<% let permiss = per != "1" ? per.out_category[1] : "1" %> <% if(permiss == "1"){ %>
<%=lan.Add%> <%=lan.Category%>
<% } %>
#
<%=lan.Image%>
<%=lan.Title%>
<%=lan.Description%>
<% let permissions = per != "1" ? per.out_category[2] : "1" %> <% if(permissions == "1"){ %>
<%=lan.Action%>
<% } %>
<% var i = 1 %> <% outstation_category.forEach((data) => { %>
<%= i %>
<% if(data.image == null){ %>
<% } else { %>
<% }; %>
<%= data.title %>
<%= data.description %>
<% if(permissions == "1"){ %>
<% } %>
<% i++ %> <% }) %>
<%- include('./partials/footer'); -%> <%- include('./partials/script'); -%>