@extends('layouts.layout') @section('title','Restablecer contraseña') @section('body_class','login-bg') @section('content')
@csrf

@yield('title')

@error('email') El correo ingresado no existe @enderror
@endsection