We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dd1cc9 + 2d753f2 commit 218828bCopy full SHA for 218828b
views/partials/form/utils/_selector_input_store.blade.php
@@ -9,6 +9,7 @@
9
@endphp
10
@endif
11
@if (is_numeric($formFieldsValue)) {{ $formFieldsValue }}
12
+ @elseif(is_string($formFieldsValue)) '{{ $formFieldsValue }}'
13
@else {!! $formFieldsValue !!}
14
15
@else
0 commit comments