{{-- Wasoria Pilot — Dashboard laptop-frame section --}} {{-- Scroll-pinned slideshow: GSAP ScrollTrigger pins on desktop, stacked on mobile --}} {{-- Single responsive HTML structure matching React SPA Screen component --}} @php $screens = __('products.wasoria_pilot.dashboards.screens'); $screenImages = ['pilot_screen_cameras.png', 'pilot_screen_charts.png', 'pilot_screen_flow.png']; @endphp
{{-- Outer pin-trigger container — GSAP pins this div on desktop --}}
{{-- Laptop frame: bg-black + rounded only on desktop --}}
{{-- Viewport: aspect-video + overflow-hidden + relative only on desktop --}}
{{-- Track: absolutely positioned on desktop, normal flow on mobile --}}
@foreach($screenImages as $index => $screen)
{{ $screens[$index]['image_alt'] ?? $screens[$index]['title'] ?? '' }} {{-- Caption: glassmorphism bar pinned to bottom on desktop, normal flow on mobile --}}

{{ $screens[$index]['title'] ?? '' }}

{{ $screens[$index]['description'] ?? '' }}

@endforeach