Accueil / Tableau de bord

Export dimensions

{{ $this->kpis['surveys'] }}

Collectes (filtre courant)

{{ $this->kpis['participants'] }}

Participants interrogés

{{ $this->kpis['facilities_covered'] }}

FS évaluées

{{ $this->kpis['campaigns_active'] }}

Campagnes concernées
Scores moyens par dimension
Filtre courant
@if (empty($this->radar['labels']))

Aucun score sur ce filtre.

@else
@endif
Score par région
{{ count($this->scoresByRegion) }} régions
@if (empty($this->scoresByRegion))

Pas de collecte pour le filtre courant.

@else @foreach ($this->scoresByRegion as $row) @endforeach
Région N Score
{{ $row['name'] }} {{ $row['count'] }} {{ $row['score'] }}%
@endif
@include('livewire.dashboard._family-region-charts')
Collectes par période
@if (empty($this->timeline['labels']))

Aucune collecte sur ce filtre.

@else
@endif
Top recommandations
Voir tout
@if ($this->topOpenRecommendations->isEmpty())

Aucune recommandation en cours.

@else @foreach ($this->topOpenRecommendations as $r) @endforeach
{{ $r->dimensionScore?->dimension?->label ?? '-' }}
{{ $r->dimensionScore?->survey?->structure?->name ?? '-' }}
{{ \Illuminate\Support\Str::limit($r->actions ?? '-', 80) }} @if ($r->deadline) @php $overdue = $r->deadline->isPast(); @endphp {{ $r->deadline->format('d/m/Y') }} @else - @endif
@endif
Collectes soumises
Voir tout
@if ($this->latestSubmittedSurveys->isEmpty())

Aucune collecte à valider pour l'instant.

@else @foreach ($this->latestSubmittedSurveys as $s) @endforeach
{{ $s->structure?->name ?? '-' }}
{{ $s->campaign?->name ?? '-' }}
Détail
@endif
@php $ctas = [ [ 'route' => 'results.overview', 'icon' => 'tabler-chart-donut-4', 'title' => 'Résultats analytiques', 'sub' => 'KPI + radar + heatmap', ], [ 'route' => 'results.by-structure', 'icon' => 'tabler-building-hospital', 'title' => 'Par entité', 'sub' => 'Score détaillé + recos', ], [ 'route' => 'results.precision', 'icon' => 'tabler-target', 'title' => 'Précision', 'sub' => 'Heatmap VT/VO', ], [ 'route' => 'results.recommendations', 'icon' => 'tabler-clipboard-check', 'title' => 'Recommandations', 'sub' => 'Actions à mener', ], ]; @endphp @foreach ($ctas as $cta) @endforeach
@script @endscript