@extends('layouts.auth') @section('title', 'Reset Password') @section('content')

Reset Password

Input your new password to reset your password.

@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@endsection