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

Reset Password

Proceed to add a new password.

@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror

@endsection