@include(config('site.domain').'.front.rewards.navbar')
@if (!is_null($getRewards) && $getRewards->cliente_ponto_ativo && $getRewards->cliente_ponto_dh_ativo < Carbon::now())
@foreach ($categories as $key => $category)
@endforeach
@else
@include(config('site.domain').'.front.rewards.info', compact('getRewards'))
@endif