Informations de la collecte
| Formation sanitaire | {{ $survey->structure?->name ?? '-' }} @if ($survey->structure?->type) {{ $survey->structure->type }} @endif |
|---|---|
| Campagne | {{ $survey->campaign?->name }} ({{ $survey->campaign?->programme?->name }}) |
| Date de collecte | {{ $survey->collected_on?->format('d/m/Y') }} |
| Responsable données | {{ $survey->data_manager }} |
| Responsable régional | {{ $survey->regional_manager }} |
| Statut | @php $st = $survey->status ?? \App\Enums\SurveyStatus::Draft; @endphp {{ $st->label() }} |
Synthèse
Score global
{{ $globalScorePct !== null ? $globalScorePct . '%' : '-' }}
Participants
{{ $survey->participants->count() }}
Dimensions scorées
{{ $survey->dimensionScores->count() }}
Recommandations
{{ $recommendations->count() }}
Scores par dimension
| Dimension | Score | Progression |
|---|---|---|
| {{ $ds->dimension?->label }} | {{ $ds->value }} / {{ $ds->max_value }} ({{ $pct }}%) |
|
Participants interrogés
| Nom | Fonction | Contact |
|---|---|---|
| {{ $p->last_name }} {{ $p->first_name }} | {{ $p->role ?? '-' }} | {{ $p->contact ?? '-' }} |
Recommandations
| Dimension | Actions recommandées | Ressources | Responsables | Échéance |
|---|---|---|---|---|
| {{ $rec->dimensionScore?->dimension?->label ?? '-' }} | {{ $rec->actions ?? '-' }} | {{ $rec->resources ?? '-' }} | {{ $rec->responsibles ?? '-' }} | {{ $rec->deadline?->format('d/m/Y') ?? '-' }} |