@extends('layouts.app') Registro @section('content')
University Seal
UNIVERSIDAD ESTATAL DEL SUR DE MANABÍ
INSTITUTO DE POSGRADO
@csrf
@error('role')
{{ $message }}
@enderror
@if ($errors->has('dni'))
{{ $errors->first('dni') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('sexo'))
{{ $errors->first('sexo') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
@endsection @section('js') @endsection