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

Reset password

Choose a strong new password for your account.

@if($errors->any())
@endif
@csrf

@error('password')

{{ $message }}

@enderror
@endsection