@props([ 'slides' => [], 'rotateMs' => 6000, ]) @php $slideCount = count($slides); @endphp @if ($slideCount === 0) @php return; @endphp @endif
@foreach ($slides as $i => $slide)
0) x-cloak @endif class="space-y-8 text-center"> {{-- Illustration with soft accent glow behind it --}}
@include('dashboard::partials.illustrations.' . ($slide['illustration'] ?? 'analytics'))

{{ __($slide['title_key']) }}

{{ __($slide['desc_key']) }}

@endforeach
{{-- Slide indicators --}} @if ($slideCount > 1)
@foreach ($slides as $i => $slide) @endforeach
@endif