@extends('layouts.librenmsv1') @section('title', __('Edit User')) @section('content')
@lang('Edit User'): {{ $user->username }} {{ method_field('PUT') }} @csrf @include('user.form') @config('twofactor')
@if($twofactor_enabled) @if($twofactor_locked)
@endif
@else

@lang('No TwoFactor key generated for this user, Nothing to do.')

@endif
@endconfig
@lang('Cancel')
@endsection @section('javascript') @endsection