cities_list.php 118 Bytes Edit Raw Blame History 1 2 3 <?php foreach($cities as $city):?> <option value="<?= $city->id ?>"><?= $city->name ?></option> <?php endforeach?>