<table class="table mb-4">
<?php foreach ($listing->getFields() as $field): ?>
<tr>
<td><strong><?= _e($field->label) ?></strong></td>
<td><?= $field->value ?></td>
</tr>
<?php endforeach; ?>
</table>
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.