1 <div class="form-group">
2 <div entity-selector class="entity-selector {{$selectorSize or ''}}" entity-types="{{ $entityTypes or 'book,chapter,page' }}">
3 <input type="hidden" entity-selector-input name="{{$name}}" value="">
4 <input type="text" placeholder="{{ trans('common.search') }}" entity-selector-search>
5 <div class="text-center loading" entity-selector-loading>@include('partials.loading-icon')</div>
6 <div entity-selector-results></div>