@extends('layouts/inicio') @section('titulo', 'Ingresar Correo') @section('contenido') @if (session('ERROR')) @endif @if (session('error-codigo')) @endif @if (session('error-correo')) @endif VALIDAR DATOS PARA RESTABLECER LA CONTRASEÑA @csrf @method('get') Paso 01... Ingrese el correo @error('txtusuario') *{{ $message }} @enderror Enviar Salir e iniciar Sesión @endsection