@extends('layouts.user') @section('head') @endsection @section('content')

{{__("Two Factor Authentication")}}

@include('admin.message')
{{__("Setup Two Factor Authentication")}}
@if(auth()->user()->two_factor_secret) @include('User::frontend.2fa.parts.info') @else @include('User::frontend.2fa.parts.setup') @endif
@endsection @section('footer') @endsection