{{-- $section: The section object, if it exists. $index: The index for repeater fields. $content: The content of the section, if it exists. --}} @php $service = $item ?? []; // For existing items $serviceTitle = $service['title'] ?? ''; $serviceDescription = $service['description'] ?? ''; $serviceLink = $service['link'] ?? ''; $visualType = $service['visual_type'] ?? 'icon'; // Default to icon $iconHtml = $service['icon_html'] ?? ''; $imageUrl = $service['image_url'] ?? ''; @endphp