Search Results
@if($q === '')
@foreach($results as $row)
@endif
Type a search term in the top bar.
@elseif(empty($results))No results found for "{{ $q }}".
@elseName
Section
Game
{{ $row['name'] }}
{{ ucfirst((string) ($row['section'] ?? '-')) }}
{{ $row['game'] ?? '-' }}
@endforeach