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 868402b commit bb064f5Copy full SHA for bb064f5
publishes/views/fields/belongs_to/edit.blade.php
@@ -1,5 +1,5 @@
1
@if (!$searchable)
2
- @include('administrator::fields.enum.edit')
+ {!! Form::select($field->name(), $options, optional($field->value())->getKey(), $attributes) !!}
3
@endif
4
5
@if ($searchable && $searchIn)
0 commit comments