| 123456789101112131415161718192021222324 |
- <?php
- return [
- "country" => "Paraguay",
- "subdivisions" => [
- "1" => "Concepción",
- "10" => "Alto Paraná",
- "11" => "Central",
- "12" => "Ñeembucú",
- "13" => "Amambay",
- "14" => "Canindeyú",
- "15" => "Presidente Hayes",
- "16" => "Alto Paraguay",
- "19" => "Boquerón",
- "2" => "San Pedro",
- "3" => "Cordillera",
- "4" => "Guairá",
- "5" => "Caaguazú",
- "6" => "Caazapá",
- "7" => "Itapúa",
- "8" => "Misiones",
- "9" => "Paraguarí",
- "ASU" => "Asunción"
- ]
- ];
|