Change Password
Note: This is just UI. you need to develop Backend for update
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{csrf_field()}}
*
*
*