PERÍODO:
DIA
SEMANA
MÊS
SEMESTRE
TOTALIZADOR
{{ $dc_dat }}
@php $contLinhas = 0 @php $contColl = 0 @foreach ($linha as $lin) @php $contColl = 0 @foreach ($coll as $col) {{-- cor dos valores --}} @php $cor = 'desc-comp' @php $fot = '1.3vw' @if(($contLinhas > 0)) @if($contColl > 0) @php $cor = $var[$contColl-1][$contLinhas-1]['cor'] @php $fot = $var[$contColl-1][$contLinhas-1]['font'].'vw' @endif @else @php $cor = 'desc-fab-comp' @php $fot = '1vw' @endif
@if(($contLinhas < 1)) @if($contColl == 0) {{-- titulo indicadores --}} {{ $ds_in }} @else {{-- titulo colunas --}} {{$desc[$contColl-1]}} @endif @else @if($contColl == 0) {{-- desc indicadores --}} {{ $indi[$contLinhas-1] }} @else {{-- valores colunas --}} {{ $var[$contColl-1][$contLinhas-1]['valor'] }} @endif @endif
@php $contColl++ @endforeach @php $contLinhas++ @endforeach