Form element show special character..

This commit is contained in:
Cüneyt Şentürk
2022-06-02 18:48:14 +03:00
parent 8a503a415e
commit 762f985260
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<input type="hidden"
name="{{ $name }}"
id="{{ $id }}"
value="{{ $value }}"
value="{!! $value !!}"
placeholder="{{ $placeholder }}"
@if ($disabled)
disabled="disabled"