{{-- normes/synthesis.blade.php — Phase 6.4 (aggregate synthesis) --}} @extends('layouts.app') @section('content')
| Synthèse Norme : {{ $norme->Name }} | |||||
| Total panel | Hommes | Femmes | Note Moy. | Note Min | Note Max |
|---|---|---|---|---|---|
| {{ $synthesis['total_sample'] }} | {{ $synthesis['sex']['H'] }} | {{ $synthesis['sex']['F'] }} | {{ $synthesis['note_avg'] !== null ? number_format($synthesis['note_avg'], 2) : '-' }} | {{ $synthesis['note_min'] ?? '-' }} | {{ $synthesis['note_max'] ?? '-' }} |
| Détail par étude | |||||
| Étude | N | H | F | Produits notés | Moy. notes |
| {{ $s->Code }} — {{ $s->Name }} | {{ $sample['total'] }} | {{ $sample['sex']['H'] }} | {{ $sample['sex']['F'] }} | {{ $prodCount }} | {{ $avg !== null ? number_format($avg, 2) : '-' }} |
| Aucune étude IN dans cette norme. | |||||
| « Retour au détail | |||||