mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 17:52:41 +01:00
8 lines
199 B
PHP
Executable File
8 lines
199 B
PHP
Executable File
<div class="col-m-<?= $field->get('width') ?>">
|
|
<?php if ($field->has('label')): ?>
|
|
<?= $field->label() ?>
|
|
<?php else: ?>
|
|
<?php $this->fields($field->get('fields')) ?>
|
|
<?php endif; ?>
|
|
</div>
|