Pagos Capacitandos
@puede('Aulas', 'entrar_modulo_aulas')
@if (isset($status) && count($status) > 0)
@foreach ($status as $key => $data)
@endforeach
@endif
@endpuede
@if ($perfil != 22)
@endif
@php $textColor = $data['color'] == 'bg-light' ? 'text-dark' : 'text-white'; @endphp
{{ $data['count'] }}
Todas ({{ $totalAulasAnioActual }})
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif