@extends("profesor.layout.layout")
@section("styles")
@php
$titulo = "Reporte actas de notas por suficiencia";
$modulo = "Reporte";
$vista="Reporte actas de notas por suficiencia";
@endphp
{{getenv("APP_NAME")}} | {{$titulo}}
@endsection
@section("contenido")
@endsection
@section("scripts")
@vite(['resources/js/reportes/notas/notasActa.js'])
@endsection