@php $locale = app()->getLocale(); $num = str_pad($index + 1, 2, '0', STR_PAD_LEFT); $layout = ' collection-catalog__item--'.($index + 1); $featured = $index === 0 ? ' collection-catalog__item--featured' : ''; @endphp
{{ $collection->getTranslation('name', $locale) }}
{{ $num }}

{{ $collection->getTranslation('name', $locale) }}

{{ $collection->category?->getTranslation('name', $locale) }}

@if($collection->getTranslation('description', $locale))

{{ $collection->getTranslation('description', $locale) }}

@endif