@if (session('success'))
{{ session('success') }}
@endif
{{ $campaignId ? 'Modifier la campagne' : 'Nouvelle campagne DQA' }}
@error('name')
{{ $message }}
@enderror
@error('programme_id')
{{ $message }}
@enderror
@error('starts_on')
{{ $message }}
@enderror
@error('ends_on')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror

@forelse ($dimensionSections as $section) @php $bg = $section['kind'] === 'current' ? 'bg-label-primary' : ($section['kind'] === 'orphan' ? 'bg-label-secondary' : 'bg-label-info'); $icon = $section['kind'] === 'current' ? 'tabler-target-arrow' : ($section['kind'] === 'orphan' ? 'tabler-alert-triangle' : 'tabler-calendar-event'); @endphp
{{ $section['label'] }}
@foreach ($section['byTool'] as $tool => $dims)
{{ $tool }}
@foreach ($dims as $d)
@endforeach
@endforeach
@empty

Aucune dimension configurée. Créez-en depuis Questionnaires → Dimensions.

@endforelse

@if ($tracerProducts->isEmpty())

Aucun produit traceur configuré. Définissez-en depuis Questionnaires → Produits traceurs.

@else
@foreach ($tracerProducts as $p)
@endforeach
@endif