@php $content = $data['content'] ?? []; $height = $content['height'] ?? '600px'; $autoplay = $content['autoplay'] ?? true; $autoplayDelay = $content['autoplay_delay'] ?? 5000; $showNavigation = $content['show_navigation'] ?? true; $showDots = $content['show_dots'] ?? true; $slides = $content['slides'] ?? []; $sliderId = 'slider-' . uniqid(); @endphp @if(!empty($slides))
@endif