@extends('layouts.app') @section('title', 'Crear Materia') @section('content')

Crear Materia

@csrf
@error('nombre')
{{ $message }}
@enderror
@error('curso_id')
{{ $message }}
@enderror
@endsection @section('scripts') @endsection