@extends('layouts.app') @section('title', 'Edit User') @section('content') Back
@csrf @method('PUT')
@unless ($user->is_super_admin)

Company: {{ $user->company?->name ?? '—' }}

@endunless

Account recovery

If this admin forgot their username, password, or cannot complete 2FA, send a one-time secret recovery code to their email. The email includes their username and a password-reset link. The code works on the login verification screen and expires in 48 hours.

@csrf
@endsection