<?php return [
['name' => 'Charlotte', 'country_id' => 187],
['name' => 'Grenadines', 'country_id' => 187],
['name' => 'Saint Andrew', 'country_id' => 187],
['name' => 'Saint David', 'country_id' => 187],
['name' => 'Saint George', 'country_id' => 187],
['name' => 'Saint Patrick', 'country_id' => 187],
];
|