We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45e940 commit 022f400Copy full SHA for 022f400
resources/views/components/editable.blade.php
@@ -25,7 +25,7 @@ class="block appearance-none w-full bg-white border-gray-300 hover:border-gray-5
25
@click="editing = true; $nextTick(() => {$refs.input.focus()})"
26
x-html="value"
27
class='transition-all duration-300 ease-in-out px-2 py-1 rounded cursor-pointer focus:outline-none hover:bg-white hover:border-gray-500 border border-transparent'>
28
- {!! $model->$field !!}
+ {!! strip_tags($model->$field) !!}
29
</div>
30
31
0 commit comments