@extends('layouts.nova') @php use App\Banner; $src = $sourceArtwork; @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 $useUnifiedSeo = true;
{{-- Source info --}}

Artworks similar to {{ $src->title }}

{{-- Author & category --}}
@if(!empty($src->author_name)) @if(!empty($src->author_avatar)) {{ $src->author_name }} @endif {{ $src->author_name }} @endif @if(!empty($src->category_name)) {{ $src->category_name }} @endif @if(!empty($src->content_type_name)) {{ $src->content_type_name }} @endif
{{-- Tags --}} @if(!empty($src->tag_slugs))
@foreach($src->tag_slugs as $tagSlug) #{{ $tagSlug }} @endforeach
@endif {{-- Actions --}}
{{-- ══════════════════════════════════════════════════════════════ --}} {{-- 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') @endpush