@extends('layouts.nova') @php use App\Banner; @endphp @section('content')
@php Banner::ShowResponsiveAd(); @endphp
{{ $contentType->name }} @foreach ($category->breadcrumbs as $crumb) {{ $crumb->name }} @endforeach
@php // Use the current (last) breadcrumb as the header so // the page shows the leaf category name (e.g. "Winamp"). $breadcrumbs = is_array($category->breadcrumbs) ? $category->breadcrumbs : [$category]; $headerCategory = end($breadcrumbs) ?: $category; @endphp

{{ $headerCategory->name }}

{{ $headerCategory->name }}

{!! $headerCategory->description ?? ($contentType->name . ' artworks on Skinbase.') !!}

{{-- soft fade at bottom of hero to blend into main background --}}
@forelse ($artworks as $art)
{{ $art->title ?? 'Artwork' }}
{{ $art->title ?? 'Artwork' }}
@empty
No Artworks Yet

Once uploads arrive they will appear here. Check back soon.

@endforelse
@if ($artworks instanceof \Illuminate\Contracts\Pagination\Paginator) {{ $artworks->links() }} @endif
@endsection @push('styles') @endpush