PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
kris
/
laravel-form-builder
/
src
/
views
<?php if ($showStart): ?> <?= Form::open($formOptions) ?> <?php endif; ?> <?php if ($showFields): ?> <?php foreach ($fields as $field): ?> <?php if( ! in_array($field->getName(), $exclude) ) { ?> <?= $field->render() ?> <?php } ?> <?php endforeach; ?> <?php endif; ?> <?php if ($showEnd): ?> <?= Form::close() ?> <?php endif; ?>
[-] collection.php
[edit]
[-] child_form.php
[edit]
[-] static.php
[edit]
[+]
..
[-] button.php
[edit]
[-] errors.php
[edit]
[-] checkbox.php
[edit]
[-] select.php
[edit]
[-] help_block.php
[edit]
[-] repeated.php
[edit]
[-] buttongroup.php
[edit]
[-] textarea.php
[edit]
[-] choice.php
[edit]
[-] radio.php
[edit]
[-] form.php
[edit]
[-] text.php
[edit]