@extends('layouts.nova') @push('head') {{-- Preload hero image for faster LCP --}} @if(!empty($props['hero']['thumb']) || !empty($props['hero']['thumb_lg'])) @elseif(!empty($props['hero']['thumb'])) @endif @endpush @section('main-class', '') @section('content') 'Rising Now', 'href' => '/discover/rising', 'link_label' => 'See all', 'items' => is_array($props['rising'] ?? null) ? $props['rising'] : [], 'badge' => 'Rising', 'badge_class' => 'bg-emerald-500/80 text-white', ], [ 'title' => 'Trending Now', 'href' => '/discover/trending', 'link_label' => 'See all', 'items' => is_array($props['trending'] ?? null) ? $props['trending'] : [], 'badge' => 'Trending', 'badge_class' => 'bg-sky-500/80 text-white', ], [ 'title' => 'Community Favorites', 'href' => '/explore?sort=top-rated', 'link_label' => 'See all', 'items' => is_array($props['community_favorites'] ?? null) ? $props['community_favorites'] : [], 'badge' => 'Favorites', 'badge_class' => 'bg-amber-500/85 text-slate-950', ], [ 'title' => 'Fresh Uploads', 'href' => '/discover/fresh', 'link_label' => 'See all', 'items' => is_array($props['fresh'] ?? null) ? $props['fresh'] : [], 'badge' => 'Fresh', 'badge_class' => 'bg-fuchsia-500/80 text-white', ], ]; $guestTags = is_array($props['tags'] ?? null) ? $props['tags'] : []; $guestCreators = is_array($props['creators'] ?? null) ? $props['creators'] : []; $guestNews = is_array($props['news'] ?? null) ? $props['news'] : []; ?> @include('web.home.hero', ['artwork' => $props['hero'] ?? null]) {{-- Inline props for the React component (avoids data-attribute length limits) --}}
Browse the archive
Dive into the full Skinbase directory to browse curated categories, trending artwork types, and classic collections.
Uploads {{ number_format((int) ($creator['uploads'] ?? 0)) }} @if ((int) ($creator['weekly_uploads'] ?? 0) > 0) {{ number_format((int) ($creator['weekly_uploads'] ?? 0)) }} this week @endif Views {{ number_format((int) ($creator['views'] ?? 0)) }} @if ((int) ($creator['awards'] ?? 0) > 0) Awards {{ number_format((int) ($creator['awards'] ?? 0)) }} @endif
View profile @endforeach{{ $item['excerpt'] }}
@endifJoin the community
Upload your artworks, wallpapers, and skins to reach thousands of enthusiasts around the world.