@extends('layouts.auth') @section('title') Verify 2FA Authentication @endsection @section('content')

Verify Authentication

{{ csrf_field() }}
@if ($errors->has('totp_token')) {{ $errors->first('totp_token') }} @endif
@endsection