{{--
¡Animo Solo Te faltan!
$160,457.00
para alcanzar la meta
¡Tu puedes lograrlo!
{{ number_format($productividad_mes, 2) }} {{ number_format($productividad_total, 2) }} META
@if ($productividad_total != 0)
@else
@endif
--}} {{-- Pendiente modulo de Facturas y bonos --}} {{--
Facturas pendientes
10 Facturas
--}}

¡Vamos!, te faltan

{{--
--}} @if ($nivel_sig == null) @if (Auth::user()->perfil_id == 1)
${{ number_format($total_acumulado, 2) }}

Total general

${{ number_format(30000000, 2) }}
@else
$0.00

Llegaste al nivel maximo

@endif @else
${{ number_format($nivel_sig->minimo - $total_acumulado, 2) }}

Para el siguiente nivel
¡No te detengas!

@endif
@include('progressbar')
@if (Auth::user()->perfil_id != 1)
@include('inicio.velocimetro')
@endif