@php $collectionItems = collect(is_array($collections ?? null) ? $collections : [])->filter()->take(3)->values(); $coverFallback = 'https://files.skinbase.org/default/missing_md.webp'; @endphp @if ($collectionItems->isNotEmpty())

Trending Collections

Collections getting the strongest mix of follows, saves, and engagement right now.

All collections →
@foreach ($collectionItems as $collection)
{{ $collection['title'] ?? 'Collection' }}
@if (!empty($collection['badge_label'])) {{ $collection['badge_label'] }} @endif @if (!empty($collection['type'])) {{ str_replace('_', ' ', $collection['type']) }} @endif
{{ $collection['title'] ?? 'Collection' }} @if (!empty($collection['subtitle']))

{{ $collection['subtitle'] }}

@endif
@if (!empty(data_get($collection, 'owner.username'))) @{{ data_get($collection, 'owner.username') }} @endif
@if (!empty($collection['description_excerpt']))

{{ $collection['description_excerpt'] }}

@endif
@if ((int) ($collection['artworks_count'] ?? 0) > 0) {{ number_format((int) ($collection['artworks_count'] ?? 0)) }} artworks @endif @if ((int) ($collection['followers_count'] ?? 0) > 0) {{ number_format((int) ($collection['followers_count'] ?? 0)) }} followers @endif @if ((int) ($collection['saves_count'] ?? 0) > 0) {{ number_format((int) ($collection['saves_count'] ?? 0)) }} saves @endif
@endforeach
@endif