@props(['data'])
{{-- Left: Content (Pinned) --}}
Interactive Overview

{{ $data['section_title'] ?? 'Most Ordered Services (05)' }}

@foreach($data['panels'] ?? [] as $i => $panel)
{{ str_pad($i + 1, 2, '0', STR_PAD_LEFT) }}

{{ $panel['title'] ?? '' }}

{{ $panel['description'] ?? '' }}

{{ $panel['price_label'] ?? '' }}
@foreach($panel['features'] ?? [] as $feat) {{ $feat }} @endforeach
View details
@endforeach
{{-- Progress logic --}}
{{-- Right: Visual Mockup --}}
@foreach($data['panels'] ?? [] as $i => $panel)
@if(!empty($panel['mock_image'])) {{ $panel['title'] }} @else {{-- Fallback Mockup --}}
@endif
@endforeach
@push('scripts') @endpush