@include(config('site.domain').'.front.rewards.navbar')
@if (!is_null($getRewards) && $getRewards->cliente_ponto_ativo && $getRewards->cliente_ponto_dh_ativo < Carbon::now())
@if(config('site.resgate_aberto'))
{{ number_format($resumo->saldo, 0, "", ".") }}
@endif
Pontos VĂ¡lidos
@if(config('site.resgate_aberto'))
{{ number_format($pontosUsados->resgate, 0, "", ".")}}
@endif
Pontos Utilizados
@if(config('site.resgate_aberto'))
{{ number_format($pontosVencidos, 0, "", ".") }}
@endif
Pontos Expirados
@if(config('site.resgate_aberto'))
{{ number_format($somaTotal, 0, "", ".") }}
@endif
Total de pontos
@else
@include(config('site.domain').'.front.rewards.info', compact('getRewards'))
@endif