PATH:
home
/
lab2454c
/
crypto.keyreum.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) <div class="input-group"> {!! Form::text($name, $options['value'] ?? now()->format('m/d/Y'), array_merge($options['attr'], ['class' => Arr::get($options['attr'], 'class', '') . str_replace(Arr::get($options['attr'], 'class'), '', ' form-control datepicker')])) !!} <span class="input-group-prepend"> <button class="btn default" type="button"> <i class="fa fa-calendar"></i> </button> </span> </div> @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]