Files
dev-chiefworks f76abffdcd first commit
2022-05-31 16:21:53 -04:00

9 lines
207 B
PHP

<div class="form-group">
<label for="card_country">Card Country</label>
<?= $card_country ?>
</div>
<div class="form-group">
<label for="card_location">Card Location</label>
<?=$card_location?>
</div>