@php $items = old('items', $content['items'] ?? []); if (!is_array($items) || count($items) === 0) { $items = [['image' => '', 'title' => '', 'text' => '', 'is_active' => true]]; } @endphp
@include('platform.website-content.partials._repeater-script')