confirm password.

{{ __('for security, please confirm your password before continuing.') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('password') {{ $message }} @enderror