@extends("layouts.1_column") @section("centralContent")
Statistiche
Questa sessione ha coinvolto {{ $session->campaign->domains->count() }} siti per {{ $totalUrls }} url.
@endforeach @foreach ($table_header as $th) @endforeach @foreach ($rows as $row) @foreach($row['kpis'] as $kpi) @endforeach @endforeach
Nome KPI Compliant @foreach ($table_header as $th) {{ $th['label'] }} Reset
{{ $row['name'] }}
{!! $row['kpis_domain'] !!}
{{ $row['perc_kpi_compliant'] }} % {{ $kpi->kpi_yes }} {{ $kpi->kpi_no }} {{ $kpi->kpi_nd }}
@endsection