@extends('layouts.app') @section('title', 'Perfil') @section('content')
@if ($user->image) @else @endif

¡ {{ $user->name }} @role('adviser') {{ $user->shop_name }} @endrole !

PUNTOS PARA REDIMIR: {{ $user->total_points_format }}

@if (count($notices)) @endif

Indicador rol {{ $user->role_name }}

@foreach ($indicators as $indicator)
{{ $indicator->name }}
{{ $indicator->name }}
PUNTOS: {{ $indicator->points }} @if ($indicator->with_goal) ({{ $indicator->compliance }}/{{ $indicator->goal }}) @endif
@endforeach @if ($indicator_birthday)

{{ $indicator_birthday->indicator->name }}

Puntos: {{ $indicator_birthday->points }}

Ver
@endif
TOTAL PUNTOS EN {{ strtoupper($month_name) }} {{ $year }}: {{ $points_month }}
@include('partials.modal-indicators') @endsection