@extends('settings.template') @section('section')

Security


Two-factor authentication

@if($user->{'2fa_enabled'}) Enabled @endif

@if($user->{'2fa_enabled'}) @include('settings.security.2fa.partial.edit-panel') @else @include('settings.security.2fa.partial.disabled-panel') @endif
@include('settings.security.2fa.partial.log-panel')
@endsection