X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/kris/laravel-form-builder/src/views
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
kris
/
laravel-form-builder
/
src
/
views
/
📁
..
📄
button.php
(261 B)
📄
buttongroup.php
(542 B)
📄
checkbox.php
(700 B)
📄
child_form.php
(828 B)
📄
choice.php
(763 B)
📄
collection.php
(717 B)
📄
errors.php
(251 B)
📄
form.php
(363 B)
📄
help_block.php
(268 B)
📄
radio.php
(697 B)
📄
repeated.php
(741 B)
📄
select.php
(798 B)
📄
static.php
(678 B)
📄
text.php
(671 B)
📄
textarea.php
(667 B)
Editing: text.php
<?php if ($showLabel && $showField): ?> <?php if ($options['wrapper'] !== false): ?> <div <?= $options['wrapperAttrs'] ?> > <?php endif; ?> <?php endif; ?> <?php if ($showLabel && $options['label'] !== false && $options['label_show']): ?> <?= Form::customLabel($name, $options['label'], $options['label_attr']) ?> <?php endif; ?> <?php if ($showField): ?> <?= Form::input($type, $name, $options['value'], $options['attr']) ?> <?php include 'help_block.php' ?> <?php endif; ?> <?php include 'errors.php' ?> <?php if ($showLabel && $showField): ?> <?php if ($options['wrapper'] !== false): ?> </div> <?php endif; ?> <?php endif; ?>
Upload File
Create Folder