Date group updated..
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
maxDate: {{ $attributes['max-date'] }}
|
||||
@endif
|
||||
}"
|
||||
|
||||
|
||||
locale="{{ language()->getShortCode() }}"
|
||||
|
||||
@if (!empty($attributes['v-model']))
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
maxDate: {{ $attributes['max-date'] }}
|
||||
@endif
|
||||
}"
|
||||
|
||||
|
||||
locale="{{ language()->getShortCode() }}"
|
||||
|
||||
@if (!empty($attributes['v-model']))
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
{{ Form::$type($field['name'], $field['title']) }}
|
||||
@elseif ($type == 'dateGroup')
|
||||
{{ Form::$type($field['name'], $field['title'], $field['icon'], array_merge([
|
||||
'model' => 'form.settings'.'.'.$field['name']
|
||||
'model' => 'form.settings'.'.'.$field['name'],
|
||||
'show-date-format' => company_date_format(),
|
||||
],
|
||||
$field['attributes'])
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user