10 lines
		
	
	
		
			422 B
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			422 B
		
	
	
	
		
			PHP
		
	
	
	
{{--
 | 
						|
@label - Placeholder/aria-label text
 | 
						|
--}}
 | 
						|
<div class="mb-xl">
 | 
						|
    <form refs="entity-search@searchForm" class="search-box flexible" role="search">
 | 
						|
        <input refs="entity-search@searchInput" type="text"
 | 
						|
               aria-label="{{ $label }}" name="term" placeholder="{{ $label }}">
 | 
						|
        <button tabindex="-1" type="submit" aria-label="{{ trans('common.search') }}">@icon('search')</button>
 | 
						|
    </form>
 | 
						|
</div> |