@if (Session::has('message'))
{{ Session::get('message') }} @php Session::forget('message'); @endphp
@endif @if (Session::has('success'))
{{ Session::get('success') }}
@php Session::forget('success'); @endphp
@endif
Your password has expired, Please change it.
@csrf
* @if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
* @if ($errors->has('password')) {{ $errors->first('password') }} @endif
* @if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif