@include('common.header_links')
@include('common.header') @include('common.sidebar')

Change Password

Please enter your registered email address, your current password, and your new password. Make sure the new password is secure and confirmed correctly.
@if(session('error'))
@endif @if(session('success'))
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Change Password Form
@csrf
@
Please enter your email.
Please enter your current password.
Please create your new password.
Please confirm your new password.
@include('common.footer')
@include('common.script')