@extends("admin.layout.layout") @section("styles") @php $titulo = "Reporte de notas por condición"; $modulo = "Reporte"; $vista="Reporte de notas por condición"; @endphp {{getenv("APP_NAME")}} | {{$titulo}} @endsection @section("contenido")

{{$vista}}

@endsection @section("scripts") @vite('resources/js/reportes/notas/notasPorCondicion.js') @endsection