cities_list.php 118 Bytes
<?php foreach($cities as $city):?>
    <option value="<?= $city->id ?>"><?= $city->name ?></option>
<?php endforeach?>