2016-06-25 10:31:38 -04:00
< div class = " form-group " >
2018-04-14 13:00:16 -04:00
< div entity - selector class = " entity-selector { { $selectorSize or '' } } " entity - types = " { { $entityTypes or 'book,chapter,page' }} " entity - permission = " { { $entityPermission or 'view' }} " >
2016-06-25 10:31:38 -04:00
< input type = " hidden " entity - selector - input name = " { { $name } } " value = " " >
2017-08-27 09:31:34 -04:00
< input type = " text " placeholder = " { { trans('common.search') }} " entity - selector - search >
< div class = " text-center loading " entity - selector - loading >@ include ( 'partials.loading-icon' ) </ div >
< div entity - selector - results ></ div >
2019-04-06 11:56:50 -04:00
@ if ( $showAdd )
< div class = " entity-selector-add " >
< button entity - selector - add - button type = " button "
class = " button outline " >@ icon ( 'add' ){{ trans ( 'common.add' ) }} </ button >
</ div >
@ endif
2016-06-25 10:31:38 -04:00
</ div >
2019-03-30 12:54:15 -04:00
</ div >