Merge pull request #6309 from vivek-webkul/patch-52
[Updated: field-type: info index updated for configuration.]
This commit is contained in:
commit
9882ff9d92
|
|
@ -193,7 +193,7 @@
|
|||
@endif
|
||||
|
||||
@if (isset($field['info']))
|
||||
<span class="control-info mt-10">{{ trans($field['info']) }}</span>
|
||||
<span class="control-info mt-10">{{!! trans($field['info']) !!}}</span>
|
||||
@endif
|
||||
|
||||
<span class="control-error" @if ($field['type'] == 'multiselect') v-if="errors.has('{{ $name }}[]')" @else v-if="errors.has('{{ $name }}')" @endif>
|
||||
|
|
|
|||
Loading…
Reference in New Issue