21 lines
354 B
PHP
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>
|
|
|