@extends('layouts.nova') @php use App\Banner; $src = $sourceArtwork; $useUnifiedSeo = false; @endphp @push('head') {{ $page_title ?? 'Similar Artworks — Skinbase' }} {{-- OpenGraph --}} @if(!empty($src->thumb_lg)) @endif {{-- Twitter card --}} @if(!empty($src->thumb_lg)) @endif {{-- Breadcrumb structured data --}} @if(isset($breadcrumbs) && $breadcrumbs->isNotEmpty()) @endif @endpush @section('content')
@php Banner::ShowResponsiveAd(); @endphp
{{-- ══════════════════════════════════════════════════════════════════ --}} {{-- RESULTS SECTION (loaded asynchronously) --}} {{-- ══════════════════════════════════════════════════════════════════ --}}
{{-- Section heading --}}

Similar Artworks

{{-- Loading skeleton --}}
@for($i = 0; $i < 12; $i++)
@endfor

Finding similar artworks…

{{-- Error state (hidden by default) --}} {{-- Empty state (hidden by default) --}} {{-- Masonry grid mount point (hidden until loaded) --}} {{-- Pagination (hidden until loaded) --}}
@endsection @push('scripts') @vite(['resources/js/entry-masonry-gallery.jsx', 'resources/js/entry-similar-artworks-header.jsx']) @endpush