PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
botble
/
platform
/
base
/
resources
/
views
/
forms
<div class="modal-box-container"> @if ($showStart) {!! Form::open(Arr::except($formOptions, ['template'])) !!} @endif <div class="modal-title"> <i class="til_img"></i> <strong>{!! $form->getTitle() !!}</strong> </div> <div class="modal-body"> <div class="form-body"> @if ($showFields) @foreach ($fields as $field) @if (!in_array($field->getName(), $exclude)) {!! $field->render() !!} @endif @endforeach @endif </div> </div> @if ($showEnd) {!! Form::close() !!} @endif </div> @if ($form->getValidatorClass()) @if ($form->isUseInlineJs()) {!! Assets::scriptToHtml('form-validation') !!} {!! $form->renderValidatorJs() !!} @include('core/media::partials.media') <script> "use strict"; Botble.initMediaIntegrate(); </script> @else @push('footer') {!! $form->renderValidatorJs() !!} @endpush @endif @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