PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
core
/
base
/
resources
/
views
/
forms
/
fields
@if ($showLabel && $showField) @if ($options['wrapper'] !== false) <div {!! $options['wrapperAttrs'] !!}> @endif @endif @if ($showLabel && $options['label'] !== false && $options['label_show']) {!! Form::customLabel($name, $options['label'], $options['label_attr']) !!} @endif @if ($showField) {!! Form::editor($name, $options['value'], $options['attr']) !!} @include('core/base::forms.partials.help-block') @endif @include('core/base::forms.partials.errors') @if ($showLabel && $showField) @if ($options['wrapper'] !== false) </div> @endif @endif
[-] date.blade.php
[edit]
[-] media-images.blade.php
[edit]
[-] custom-select.blade.php
[edit]
[+]
..
[-] google-fonts.blade.php
[edit]
[-] html.blade.php
[edit]
[-] repeater.blade.php
[edit]
[-] editor.blade.php
[edit]
[-] autocomplete.blade.php
[edit]
[-] tinymce.blade.php
[edit]
[-] on-off.blade.php
[edit]
[-] tags.blade.php
[edit]
[-] multi-check-list.blade.php
[edit]
[-] media-file.blade.php
[edit]
[-] custom-radio.blade.php
[edit]
[-] ckeditor.blade.php
[edit]
[-] time.blade.php
[edit]
[-] color.blade.php
[edit]
[-] media-image.blade.php
[edit]