Files
WrenchBoardDocker/application/views/bko/configure/extra/country_form.php
T
2021-10-09 21:59:14 -04:00

21 lines
354 B
PHP

<div class="panel-heading">
<b>Country</b>
</div>
<form>
<div class="table-responsive">
<table class="table">
<tbody>
<tr>
<td >
<div id="reason_msg"></div>
<?= $country_table ?>
</td>
</tr>
</tbody>
</table>
</div>
</form>