{{-- Performance Optimization — Monitoring section --}} @php $cards = __('solutions.performance_optimization.monitoring.cards'); @endphp
{{-- Card 1: Mesure en continu (bar chart placeholder) --}}

{{ $cards[0]['title'] }}

{{-- Chart placeholder — enhanced by GSAP/JS in Epic 4 --}}
@foreach([40, 50, 35, 20, 30] as $i => $val)
{{ ['08:00', '10:00', '12:00', '14:00', '16:00'][$i] }}
@endforeach

{{ $cards[0]['description'] }}

{{-- Card 2: Détection de dérives (line chart placeholder) --}}

{{ $cards[1]['title'] }}

{{-- Alert icon --}} {{-- SVG line chart placeholder --}}

{{ $cards[1]['description'] }}

{{-- Card 3: Détection d'anomalies critiques (image) --}}

{{ $cards[2]['title'] }}

{{ $cards[2]['image_alt'] }}

{{ $cards[2]['description'] }}