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

Skinbase Nova

Discover. Create. Inspire.

@else
{{ $heroArtwork['title'] ?? 'Featured artwork' }}

Featured Artwork

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

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

@endif