@extends('layouts.alumno') @section('content')
Regresar {{-- --}}
@if(count($errors)>0)
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif {!!Form::open(['route'=>['createM'],'method'=>'POST','autocomplete'=>'off','enctype'=>"multipart/form-data"])!!} {{Form::token()}} {{-- @extends('layouts.alumno') @section('content') --}}

Agregar maestro

{{--
--}}
















{{-- --}}
{!!Form::close()!!}
@endsection