@extends('layout.default')
@section('title')
{{ $user->username }} - Security - {{ __('common.members') }} -
{{ config('other.title') }}
@endsection
@section('breadcrumbs')
{{ $user->username }}
{{ __('user.settings') }}
{{ __('Two Factor Authentication') }}
@endsection
@section('nav-tabs')
@include('user.buttons.user')
@endsection
@section('main')
@livewire('two-factor-auth-form')
@endsection