@extends('layouts.app') @section('content')

Two Factor Authentication Setup

{{ $secret }}

{!! $urlQRCode !!}
@csrf

@error('otp') {{ $message }} @enderror

@endsection