@extends('layouts.nova') @php($useUnifiedSeo = true) @section('content')

Discover

Search

{{ $hasQuery ? 'Results for "' . $q . '"' : 'Find artworks, creators, groups, and styles across Skinbase.' }}

@if($hasQuery)
Sort by: @foreach(['latest' => 'Newest', 'popular' => 'Most viewed', 'likes' => 'Most liked', 'downloads' => 'Most downloaded'] as $key => $label) {{ $label }} @endforeach {{ number_format($resultCount + $groupResultCount + $newsResultCount) }} {{ ($resultCount + $groupResultCount + $newsResultCount) === 1 ? 'result' : 'results' }}
@endif @if($groupResultCount > 0)

Groups

Collaborative identities matching your search

Explore shared publishing brands, contributor teams, and recruiting collectives related to this query.

Browse all groups
@endif @if($newsResultCount > 0)

News

Editorial stories and platform updates matching your search

Find tutorials, release notes, community spotlights, and announcements connected to this topic.

Browse all News
@endif @if($hasQuery && !$hasAnyResults)

No results for "{{ $q }}"

Try a different keyword or browse public groups, News, and trending artworks.

@else
@endif
@endsection @push('scripts') @vite('resources/js/entry-masonry-gallery.jsx') @endpush