partial form groups dynamic variable

This commit is contained in:
Cüneyt Şentürk 2020-03-19 22:39:52 +03:00
parent 0fe4e143d4
commit e947cc9332
12 changed files with 22 additions and 22 deletions

View File

@ -48,11 +48,11 @@
@endif
@if (isset($attributes['readonly']))
:readonly="'{{ $attributes['readonly'] }}'"
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
@if (isset($attributes['v-error-message']))

View File

@ -53,11 +53,11 @@
@endif
@if (isset($attributes['readonly']))
:readonly="'{{ $attributes['readonly'] }}'"
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
@if (isset($attributes['v-error-message']))

View File

@ -12,7 +12,7 @@
@endif
@if (isset($attributes['readonly']))
:readonly="'{{ $attributes['readonly'] }}'"
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['disabled']))

View File

@ -64,11 +64,11 @@
@endif
@if (isset($attributes['readonly']))
:readonly="'{{ $attributes['readonly'] }}'"
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
@if (isset($attributes['v-error-message']))

View File

@ -42,11 +42,11 @@
@endif
@if (isset($attributes['readonly']))
:readonly="'{{ $attributes['readonly'] }}'"
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
@if (isset($attributes['v-error-message']))

View File

@ -58,11 +58,11 @@
@endif
@if (isset($attributes['readonly']))
:readonly="'{{ $attributes['readonly'] }}'"
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
@if (isset($attributes['v-error-message']))

View File

@ -36,11 +36,11 @@
@endif
@if (isset($attributes['readonly']))
:readonly="'{{ $attributes['readonly'] }}'"
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
@if (isset($attributes['v-error-message']))

View File

@ -60,11 +60,11 @@
@endif
@if (isset($attributes['readonly']))
:readonly="'{{ $attributes['readonly'] }}'"
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
@if (isset($attributes['v-error-message']))

View File

@ -38,11 +38,11 @@
@endif
@if (isset($attributes['readonly']))
:readonly="'{{ $attributes['readonly'] }}'"
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
@if (isset($attributes['v-error-message']))

View File

@ -36,11 +36,11 @@
@endif
@if (isset($attributes['readonly']))
:readonly="'{{ $attributes['readonly'] }}'"
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
@if (isset($attributes['v-error-message']))

View File

@ -27,7 +27,7 @@
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
></akaunting-html-editor>

View File

@ -41,11 +41,11 @@
@endif
@if (isset($attributes['readonly']))
:readonly="'{{ $attributes['readonly'] }}'"
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
:disabled="{{ $attributes['disabled'] }}"
@endif
@if(isset($attributes['v-error-message']))