{{ $hero_title ?? 'Browse Artworks' }}
{!! $hero_description ?? '' !!}
Once uploads arrive they will appear here. Check back soon.
@extends('layouts.nova') @php use App\Banner; $gridV2 = request()->query('grid') === 'v2'; @endphp @php $seoPage = max(1, (int) request()->query('page', 1)); $seoBase = url()->current(); $seoQ = request()->query(); unset($seoQ['page']); $seoUrl = fn(int $p) => $seoBase . ($p > 1 ? '?' . http_build_query(array_merge($seoQ, ['page' => $p])) : (count($seoQ) ? '?' . http_build_query($seoQ) : '')); $seoPrev = $seoPage > 1 ? $seoUrl($seoPage - 1) : null; $seoNext = (isset($artworks) && method_exists($artworks, 'nextPageUrl')) ? $artworks->nextPageUrl() : null; @endphp @push('head') @if($seoPrev)@endif @if($seoNext)@endif @endpush @section('content')
{!! $hero_description ?? '' !!}
Once uploads arrive they will appear here. Check back soon.