@if ($hermanosActivos !== null)
{{ auth()->user()->hermandad?->nombrar('hermanos') ?? 'Hermanos' }} activos
{{ $hermanosActivos }}
Altas este año
{{ $altasAno }}
Bajas este año
{{ $bajasAno }}
@endif
@if ($porcentajeCobradas !== null)
Cuotas cobradas
{{ $porcentajeCobradas }}%
@endif
@if ($balance !== null)
Balance del ejercicio
$balance >= 0, 'text-red-500' => $balance < 0])>{{ number_format($balance, 2, ',', '.') }} €
@endif
@endif
@if ($proximosEventos->isNotEmpty())
No hay próximos eventos en tu calendario.
@endif
@if ($graficaHermanos || $graficaIngresosGastos)
@if ($graficaHermanos)
Evolución de {{ auth()->user()->hermandad?->nombrar('hermanos') ?? 'hermanos' }}
@endif
@if ($graficaIngresosGastos)
Ingresos vs gastos por mes
@endif
@endif
@if ($graficaPiramide || $graficaEstadoCuotas)
@if ($graficaPiramide)
Pirámide de edades
@endif
@if ($graficaEstadoCuotas)
Estado de {{ auth()->user()->hermandad?->nombrar('cuotas') ?? 'cuotas' }}
@endif
@endif
@if ($graficaGastoPorPaso || $graficaGastoPorCategoria)