{{ $row }} |
@foreach ($dados as $item)
{{ Helper::numberFormatExecutive($item[$row]['Recebidas'], 0, ',', '.') }} |
{{ Helper::numberFormatExecutive($item[$row]['ATH_Atento'], 0, ',', '.') }} |
{{ Helper::numberFormatExecutive($item[$row]['ATH_AEC'], 0, ',', '.') }} |
{{ Helper::numberFormatExecutive($item[$row]['ATH_Proativa'], 0, ',', '.') }} |
{{ Helper::numberFormatExecutive($item[$row]['Perc'], 2, ',', '.', ' %') }} |
{{ Helper::numberFormatExecutive($item[$row]['Recebidas'], 0, ',', '.') }} |
{{ Helper::numberFormatExecutive($item[$row]['ATH'], 0, ',', '.') }} |
{{ Helper::numberFormatExecutive($item[$row]['Acum'], 2, ',', '.', ' %') }} |
@endforeach