Edit Workspace

ID: {{ $firm->id }}

{{ $firm->firm_name }}

Configuration & Billing Options

@if ($firm->subscription_status == 'active')
Active Workspace
@else
Suspended
@endif
@csrf @method('PUT')

Core Details

@error('firm_name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror

Workspace Subdomain

The subdomain ({{ $firm->id }}) cannot be changed after provisioning to prevent broken links and database inconsistencies.

Billing Engine

Leave blank to grant lifetime access to this workspace.

Last updated: {{ $firm->updated_at->diffForHumans() }}