Matrículas

{{ $totalMatriculas }}

{{ number_format($crecimiento,1) }}%
vs periodo anterior
@php $cards = [ ['title' => 'Periodos', 'value' => $totalPeriodos, 'icon' => 'ti ti-calendar', 'color' => 'primary'], ['title' => 'Postulantes', 'value' => $totalPostulantes, 'icon' => 'ti ti-users', 'color' => 'success'], ['title' => 'Docentes', 'value' => $totalDocentes, 'icon' => 'ti ti-activity', 'color' => 'warning'], ]; @endphp @foreach($cards as $card)

{{ $card['title'] }}

{{ $card['value'] }}

@endforeach
📊 Matrículas por Periodo
Últimos periodos