{{-- analysis/density.blade.php --}} {{-- Density / concentration analysis for cotation profiles --}} {{-- Legacy: show_table_StudyQuery_densite() --}} @extends('layouts.app') @section('content') @include('components.analysis-nav', ['activeTab' => 'density']) @include('components.analysis-filter', ['formAction' => route('kms.study.density', $study->Id)])
| Produit | Total | @foreach($densityData['labels'] as $label){{ $label }} % | @endforeachDensité | {{ $products[$prodId]['Name'] ?? "Produit {$prodId}" }} | {{ $data['total_cotations'] }} | @foreach($densityData['keys'] as $key){{ $data['distribution'][$key]['avg'] ?? 0 }}% | @endforeach@include('components.cell', ['type' => 'TWO_DECI', 'value' => $data['density_index']]) | @endforeach
|---|