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