@extends('layouts.auth') @section('title', 'Two-Factor Authentication | ' . config('app.name')) @section('content')

Two-Factor Authentication

Enter the 6-digit code from your authenticator app

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection