Edit Tenant: {{ $tenant->name }}

Manage technical configuration, public presence, and admin credentials.

@csrf @method('PATCH')

Core Configuration

{{ ucfirst($tenant->status) }}
/book/

Public Presence

Primary Administrator Account

@if($adminUser) User ID: #{{ $adminUser->id }} @endif
@if($adminUser)

Reset Password

Caution: Updating the password will take effect immediately. Ensure you communicate the new credentials to the tenant.

@else

Warning: No admin user found for this tenant.

@endif
Cancel Changes