@include('layouts.auth.parts.header')
@csrf @method("put")

Change Password

@error("password") {{$message}} @enderror
@error("confirm_password") {{$message}} @enderror
@include('layouts.auth.parts.footer')