@include('layouts.auth.parts.header')
Logout
@csrf
@csrf @method("put")
Change Password
New Password
@error("password")
{{$message}}
@enderror
Confirm Password
@error("confirm_password")
{{$message}}
@enderror
Continue
@include('layouts.auth.parts.footer')