Execucional
Pendentes
{{ number_format($tagsPendentes->count(), 0, ',', '.') }}
Em Andamento
{{ number_format($tagsEmExecucao->count(), 0, ',', '.') }}
A Vencer
{{ number_format($tagsVencer->count(), 0, ',', '.') }}
Vencidos
{{ number_format($tagsVencidas->count(), 0, ',', '.') }}
@if (auth()->user()->idtenant == 1)
Analítico
Tags
{{--
{{ number_format($qtdTagsMesAtual, 0, ',', '.') }}
--}}
{{-- @foreach ($tagsPorTipo as $tipo => $quantidade)
{{ $tipo }}
{{ number_format($quantidade, 0, ',', '.') }}
@endforeach --}}
@endif