Update date_group.blade.php
This commit is contained in:
parent
0abb35c2e8
commit
cffed52c27
@ -39,8 +39,9 @@
|
|||||||
@if (!empty($attributes['max-date']))
|
@if (!empty($attributes['max-date']))
|
||||||
maxDate: {{ $attributes['max-date'] }}
|
maxDate: {{ $attributes['max-date'] }}
|
||||||
@endif
|
@endif
|
||||||
locale: '{{ language()->getShortCode() }}',
|
|
||||||
}"
|
}"
|
||||||
|
|
||||||
|
locale="{{ language()->getShortCode() }}"
|
||||||
|
|
||||||
@if (!empty($attributes['v-model']))
|
@if (!empty($attributes['v-model']))
|
||||||
@interface="form.errors.clear('{{ $attributes['v-model'] }}'); {{ $attributes['v-model'] . ' = $event' }}"
|
@interface="form.errors.clear('{{ $attributes['v-model'] }}'); {{ $attributes['v-model'] . ' = $event' }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user