@php
$totalMatriculas = $matriculas_sin_vb->count() + $matriculas_con_vb->count();
$porcentaje = $totalMatriculas > 0 ? ($matriculas_sin_vb->count() * 100) / $totalMatriculas : 0;
@endphp
{{$totalMatriculas}} Total matrÃculas
{{$porcentaje}}% Sin VB