{{-- Instant suggestions for the header search panel. --}} @if ($total === 0)

{{ __('No matches for “:term”. Try a sector name, a district, or a project title.', ['term' => $term]) }}

@else
@foreach ($results as $group => $items)

{{ $group }}

@endforeach
{{ __('See all results') }} @endif