@extends("profesor.layout.layout") @section("styles") @php $modulo = "Notas"; $vista = "Maestro de Notas"; @endphp {{ getenv("APP_NAME") }} | {{ $vista }} @endsection @section("contenido")
@include("profesor.notas.modal.ampliacion_modal") @include("profesor.notas.modal.ampliacion_historial_modal") @include("profesor.notas.modal.importar_modal") @endsection @section("scripts") @vite(['resources/js/notas/maestro/maestro.js']) @endsection