@php $seoTitle = 'Search • Vortex Sky X Wiki'; $seoDescription = $q !== '' ? ('Search results for "' . $q . '" on Vortex Sky X Wiki.') : 'Search the Vortex Sky X Wiki database.'; @endphp {{ $seoTitle }} @include('wiki.partials.seo', [ 'title' => $seoTitle, 'description' => $seoDescription, 'type' => 'website', 'robots' => 'noindex, follow', 'game' => $game ?? null, ]) @vite(['resources/css/app.css', 'resources/js/app.js']) @include('wiki.partials.header', ['databaseMenu' => $databaseMenu])

Search Results

@if($q === '')

Type a search term in the top bar.

@elseif(empty($results))

No results found for "{{ $q }}".

@else @endif