{{ \Carbon\Carbon::parse($row)->format('d/m/Y') }} |
@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_Konecta'], 0, ',', '.') }} |
{{ number_format($item[$row]['Perc'], 2) }}% |
{{ Helper::numberFormatExecutive($item[$row]['Recebidas'], 0, ',', '.') }} |
{{ Helper::numberFormatExecutive($item[$row]['ATH'], 0, ',', '.') }} |
{{ number_format($item[$row]['Acum'], 2) }}% |
@endforeach