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

Skinbase

Discover. Create. Inspire.

@else

Featured Artwork

{{ $heroArtwork['title'] ?? 'Untitled' }}

by {{ $heroArtwork['author'] ?? 'Artist' }}

@endif