@props(['icon']) {{-- Icônes SVG structurelles, sélectionnées par clé (svc_icone / prog_icone). --}} @php $icons = [ 'target' => '', 'graduation' => '', 'compass' => '', 'star' => '', 'home' => '', 'document-check' => '', 'building' => '', 'network' => '', 'globe' => '', 'lightbulb' => '', 'checklist' => '', 'chart' => '', 'list' => '', ]; @endphp {!! $icons[$icon] ?? $icons['target'] !!}