@extends('layouts.auth') @section('title', 'Reset Password') @section('content')
Materialize
auth-illustration mask
@if ($errors->any()) @endif

Reset Password 🔒

Your new password must be different from previously used passwords

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