@extends('layouts.app') @section('content')

Agregar tutor

@if($errors->any()) @endif
@csrf
@error('nombre') {{ $message }} @enderror
@error('apellidos') {{ $message }} @enderror
@error('CI') {{ $message }} @enderror
@error('fecha') {{ $message }} @enderror
@if ($errors->has('direccion')) {{ $errors->first('direccion') }} @endif
@if ($errors->has('tel')) {{ $errors->first('tel') }} @endif
@error('correo') {{ $message }} @enderror
@endsection