Date group updated..

This commit is contained in:
Cüneyt Şentürk
2021-02-23 22:28:18 +03:00
parent 9065ee764f
commit 683745e851
7 changed files with 8 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
maxDate: {{ $attributes['max-date'] }}
@endif
}"
locale="{{ language()->getShortCode() }}"
@if (!empty($attributes['v-model']))

View File

@@ -43,7 +43,7 @@
maxDate: {{ $attributes['max-date'] }}
@endif
}"
locale="{{ language()->getShortCode() }}"
@if (!empty($attributes['v-model']))

View File

@@ -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'])
) }}