@php $section = $sections->get($key); $title = old("sections.{$key}.title", $section->title ?? $def['title']); $html = old( "sections.{$key}.body", \App\Domain\Catalog\Support\ProductPageCopy::sanitize((string) ($section->body_html ?? '')) ); $items = old( "sections.{$key}.items", \App\Domain\Catalog\Support\ProductPageCopy::collateralItems((string) ($section->body_html ?? '')) ); $itemSlots = max(6, count($items) + 2); $icons = \App\Domain\Catalog\Support\ProductPageCopy::COLLATERAL_ICONS; @endphp
@if (($def['type'] ?? '') === 'links')

{{ $def['help'] }} Open Media to see every brochure and document URL.

@for ($i = 0; $i < $itemSlots; $i++)
Item {{ $i + 1 }}
@endfor
Choose a file
Type to search, then click a file.
@push('styles') @endpush @push('scripts') @endpush @else
{{ $def['help'] }}
@endif