@if (session('status'))
                
        {{ session('status') }}
                
            @endif
            
            
{{ trans('messages.2fa.select_metthod') }}
            {{ trans('messages.2fa.select.wording') }}
            @if (Auth::user()->is2FAEmailEnabled())
                
            @endif
            @if (Auth::user()->is2FAGoogleAuthentictorEnabled())
                
                    
                        phonelink_lock
                    
                    {{ trans('messages.2fa.use_google_authenticator_app') }}
                
            @endif