@extends('layouts.app') @section('title', 'Settings - Two-FA') @section('content')

Settings

Manage your account and security preferences.

@include('admin.settings.partials.aside')
@livewire('settings.two-fa-toggle')
@endsection