Novos Clientes


Ăšltimo Ano
{{ $newCustomersChart['total_last_year'] }}

Este Ano
{{ $newCustomersChart['total_cur_year'] }}

@if($newCustomersChart['total_cur_year'] < $newCustomersChart['total_last_year'])

Objetivo
+{{ ($newCustomersChart['total_last_year'] - $newCustomersChart['total_cur_year'] + 20) }}

@else

Superado
+{{ $newCustomersChart['total_cur_year'] - $newCustomersChart['total_last_year'] }}

@endif

Prospectos
{{ $newCustomersChart['total_prospects'] }}