@php $withTime = $withTime ?? true; $allowInput = $allowInput ?? false; $allowClear = $allowClear ?? false; $note = $note ?? false; $inModal = $fieldsInModal ?? false; $timeOnly = $timeOnly ?? false; $disabled = $disabled ?? false; @endphp @unless($renderForBlocks || $renderForModal || (!isset($item->$name) && null == $formFieldsValue = getFormFieldsValue($form_fields, $name))) @push('vuexStore') window['{{ config('twill.js_namespace') }}'].STORE.form.fields.push({ name: '{{ $name }}', value: {!! json_encode(e($item->$name ?? $formFieldsValue)) !!} }) @endpush @endunless