Visa Management

Manage visa information for different countries

Countries List
<% if (data && data.hero && data.hero.summaryList) { %> <% data.hero.summaryList.forEach(function(country) { %> <% }); %> <% } %>
ID Flag Country Name Services Actions
#<%= String(country.id).padStart(3, "0") %> <%= country.name %> <%= country.name %>
Slug: <%= country.slug %>
<% country.services.forEach(function(service) { %> <%= service %> <% }); %>