Visa Management
| ID | Flag | Country Name | Services | Actions |
|---|---|---|---|---|
| #<%= String(country.id).padStart(3, "0" ) %> |
|
<%= country.name %> |
<% country.services.forEach(function(service) { %>
<%= service %>
<% }); %>
|
|