PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
kris
/
laravel-form-builder
/
src
/
views
<?php if ($options['wrapper'] !== false): ?> <div <?= $options['wrapperAttrs'] ?> > <?php endif; ?> <?php if ( !$options['splitted'] ): ?> <div class="btn-group btn-group-<?= $options['size'] ?>"> <?php endif; ?> <?php foreach($options['buttons'] as $button): ?> <?= Form::button($button['label'], $button['attr']) ?> <?php endforeach; ?> <?php if ( !$options['splitted'] ): ?> </div> <?php endif; ?> <?php if ($options['wrapper'] !== false): ?> </div> <?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]