@extends("admin.layout.layout") @section("styles") @php $titulo = "Matriculas"; $modulo = "Matriculas"; $vista="Agenda"; @endphp {{getenv("APP_NAME")}} | {{$titulo }} {{$vista}} @endsection @section("contenido")
{{$matriculas_sin_vb->count()}} Matriculas pendientes {{$parametro->curso_lectivo->curso_lectivo}}
@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
@endsection @section("scripts") @endsection