@extends('admin.template') @section('content')

Información del Usuario

@method('POST') @csrf @if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif

Minimo 8 carácteres

Uso de Mayúsculas y minúsculas

@endsection