@php $heroArtwork = $artwork ?? null; $fallbackImage = 'https://files.skinbase.org/default/missing_lg.webp'; $heroFeaturedImage = $heroArtwork['featured_image'] ?? null; @endphp @if (!$heroArtwork)

Skinbase

Skinbase

Discover digital art, wallpapers, skins, and photography from a global creator community. Explore trending work, fresh uploads, and long-time classics in one place.

@else

Skinbase

Digital Art & Wallpapers

Discover digital art, wallpapers, skins, and photography from a global creator community. Browse trending work, fresh uploads, and timeless favorites.

Featured artwork: {{ $heroArtwork['title'] ?? 'Untitled' }} by {{ $heroArtwork['author'] ?? 'Artist' }}

@endif