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

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