@extends('layouts.user') @section('title', 'Change Password') @section('content')

Change Password

Ensure your account is secure with a strong password.

@csrf @method('PUT')
@error('current_password')

{{ $message }}

@enderror

8+ Characters
Uppercase Letter
Number
Special Character
@error('password')

{{ $message }}

@enderror
Passwords do not match

Note: You will stay logged in after changing your password.

@endsection