@extends('layouts.auth') @section('title') Verify 2FA Authentication @endsection @section('content')
Two Factor Verification
@csrf
@if ($errors->has('token')) {{ $errors->first('token') }} @endif
@csrf
@endsection