@extends('auth.layout') @section('content') {{ __('Change Password') }} Please enter your Old Password first, and then enter your New Password to reset it. @csrf @if (session('status') || session('message')) {{ session('status') ?? session('message') }} @elseif (session('error')) {{ session('error') }} @endif Old Password @error('old_password') {{ $message }} @enderror New Password @error('new_password') {{ $message }} @enderror Confirm New Password Submit Logout & Login with new Password @endsection
Please enter your Old Password first, and then enter your New Password to reset it.