@if ($query !== '')

Showing results for: “{{ $query }}”

@else

Find projects, news, and stories from L&E Beyond.

@endif

Search

@if ($showAutocompletePanel && count($autocomplete ?? []) > 0)
    @foreach ($autocomplete as $i => $s)
  • @endforeach
@endif
@if ($query === '')

Start by entering a keyword in the search box.

For example: event, concert, exhibition, or city names.

@elseif (count($results) === 0)

No results found

We couldn't find anything matching “{{ $query }}”.

Try different keywords or check your spelling.

@else

Results ({{ count($results) }})

@endif