@extends('adminlte::page') @section('title', 'Agregar temario') @section('content_header')

Agregar temario

@stop @section('content')
@include('agregartemario.principal')
@stop @section('js') @vite(['resources/js/agregartemario.js']) @stop