@extends('layouts.landing') @section('title',"Crear") @section('content')
Crear Docente
Regresar
@if (session('warn'))
{{session('warn')}}
@endif
@csrf
@endsection