Working accounts registry
Register working accounts, review ledger balances and bank registration labels, and complete inclusion verification when required.
@include('partials.stripe-powered-financial-rail', ['class' => 'mt-3 max-w-xl'])@include('partials.html-root-open')
@include('partials.head-meta', ['pageTitle' => 'Working accounts registry']) @php $registryAddOnLoad = request()->boolean('add') && ($snapshot['working_self_registration_enabled'] ?? false); @endphp @include('partials.accounts-engine-script', ['openAddAccountOnLoad' => $errors->any() || $registryAddOnLoad]) @include('partials.desktop-required-notice') @include('partials.workspace-lg-only-wrap-start') @include('partials.activity-drawer') @php $json = json_encode($snapshot, JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_AMP | JSON_HEX_QUOT); @endphpRegister working accounts, review ledger balances and bank registration labels, and complete inclusion verification when required.
@include('partials.stripe-powered-financial-rail', ['class' => 'mt-3 max-w-xl'])