{{-- ← Ini pembungkus tunggal WAJIB untuk Livewire --}} @php use App\Models\Profile; $profil = Profile::first(); $nomor = $profil?->telepon ?? '08123456789'; @endphp
{{-- Thumbnail Desktop --}} {{-- Hero Swiper --}}
@forelse ($slides as $index => $slide)
{{ $slide->judul }} @if ($slide->video_path && str_ends_with($slide->video_path, '.mp4')) @endif @if ($slide->video_path && str_contains($slide->video_path, 'youtube.com')) @endif

{{ $slide->judul }}

{{ Str::limit($slide->deskripsi, 200) }}

💬 Hubungi Kami @if ($slide->video_path) 🔗 Tonton Video @endif
@empty

Tidak ada slide aktif

@endforelse
{{-- Progress --}}
{{-- Mobile Thumbnail --}}
@foreach ($slides as $i => $thumb)
@endforeach