@extends('layouts.app') @section('calculateCriticalCase', 'Programmazione') @section('content')

Sbilanciamento zona {{$zona}} nel mese di {{ucfirst($meseIta)}}

@foreach($reportSbilZona as $hour => $sbil) @endforeach
Ora Sbilanciamento fisico Totale misure % sbil fisico su tot misure Dettaglio
{{$hour}} {{number_format($sbil,3)}} {{number_format($reportTotZona[$hour],3)}} {{str_replace('-','',number_format($sbil/$reportTotZona[$hour]*100,2))}}%

Sbilanciamento zona {{$zona}} nel mese di {{ucfirst($meseIta)}} nell'ora {{$ora}}

@foreach($reportSbilZonaOra as $day => $sbil) @endforeach
Giorno Sbilanciamento fisico Totale misure % sbil fisico su tot misure
{{$day+1}} {{number_format($sbil['sbil_fisico'],3)}} {{number_format($reportTotZonaOra[$day]['tot_misure'],3)}} {{str_replace('-','',number_format($sbil['sbil_fisico']/$reportTotZonaOra[$day]['tot_misure']*100,2))}}%


Grafico percentuale sbilanciamento nella zona {{$zona}} nel mese di {{ucfirst($meseIta)}} nell'ora {{$ora}}

@endsection @section('scripts') @endsection