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

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