/home/techb158/immovalet.com/platform/core/base/resources/views/forms
NameSizeModeActions
fields/-0755rm
partials/-0755rm
form-content-only.blade.php4930644editdlrm
form-limit-size.blade.php33040644editdlrm
form-modal.blade.php11000644editdlrm
form-no-wrap.blade.php13230644editdlrm
form-tabs.blade.php34640644editdlrm
form-tree-category.blade.php26940644editdlrm
form.blade.php29560644editdlrm
Edit: /home/techb158/immovalet.com/platform/core/base/resources/views/forms/form-content-only.blade.php (493B)
@if ($showStart) {!! Form::open(Arr::except($formOptions, ['template'])) !!} @endif
@if ($showFields) @foreach ($fields as $field) @if (!in_array($field->getName(), $exclude)) {!! $field->render() !!} @endif @endforeach @endif
@if ($showEnd) {!! Form::close() !!} @endif @if ($form->getValidatorClass()) @push('footer') {!! $form->renderValidatorJs() !!} @endpush @endif