Manage visa information for different countries
| ID | Flag | Country Name | Services | Actions |
|---|---|---|---|---|
| #<%= String(country.id).padStart(3, "0") %> |
|
<%= country.name %>
Slug: <%= country.slug %>
|
<% country.services.forEach(function(service) { %> <%= service %> <% }); %> |