@extends('backend.template.layouts.template-base') @section('title', 'Change Password') @section('content') Change password Old Password* Forgot password? @error('old_password') {{ $message }} @enderror New Password * @error('new_password') {{ $message }} @enderror Confirm New Password * @error('confirm_password') {{ $message }} @enderror {{-- @csrf Old Password* @error('old_password') {{ $message }} @enderror New Password * @error('new_password') {{ $message }} @enderror Confirm New Password * @error('confirm_password') {{ $message }} @enderror --}} Cancel Change Password {{-- forget password modal --}} Forget Password? Enter your registered email to get reset password link Email Address Reset link has been sent successfully! Check your registered email. Cancel Send Link {{-- Reset password modal --}} Reset Password Create your new password to update the existing password New Password Confirm New Password Cancel Reset Password @endsection @section('scripts') @endsection
Create your new password to update the existing password