PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
botble
/
platform
/
base
/
resources
/
views
/
forms
@if ($showStart) {!! Form::open(Arr::except($formOptions, ['template'])) !!} @endif <div class="form-body"> @if ($showFields) @foreach ($fields as $field) @if (!in_array($field->getName(), $exclude)) {!! $field->render() !!} @endif @endforeach @endif </div> @if ($showEnd) {!! Form::close() !!} @endif @if ($form->getValidatorClass()) @push('footer') {!! $form->renderValidatorJs() !!} @endpush @endif
[-] form.blade.php
[edit]
[-] form-no-wrap.blade.php
[edit]
[+]
..
[-] form-tree-category.blade.php
[edit]
[-] form-tabs.blade.php
[edit]
[-] form-limit-size.blade.php
[edit]
[-] form-modal.blade.php
[edit]
[+]
partials
[-] form-content-only.blade.php
[edit]
[+]
fields