@extends('auth.layout') @section('content')

Two-Factor Authentication

Enter the code from your authenticator app, or use a recovery code.

{% if flash.get("error") %}
{{ flash.get("error") }}
{% endif %}
@endsection