Confirm Password

This is a secure area of the application. Please confirm your password before continuing.
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf