@foreach ($errors->all() as $err)
{{ $err }}
@endforeach
@endif
@if($card && $card->status === \App\Models\Card::STATUS_SECURITY_HOLD)
{{ \App\Services\CardManagementService::SECURITY_HOLD_USER_MESSAGE }}
@endif
Card number is always redacted. Expiry reflects your instrument schedule. CVC is a non-functional mock and is blurred for display only.
Available spending
@if($summary['available_spending'] !== null)
${{ number_format((float) $summary['available_spending'], 2) }}
@else
—
@endif
Derived from mandate earnings allocation available balance.
- Pending authorizations
- ${{ number_format((float) $summary['pending_authorizations'], 2) }}
- Reserved obligations
- ${{ number_format((float) $summary['reserved_invoice_obligations'], 2) }}
International routing
{{ $intl }}
Cross-border authorization routing and settlement paths.
@if($intlIsActive)
Active.
International merchant authorizations and cross-border settlement legs are enabled for this instrument, subject to velocity checks and blocked-region policy.
@else
Current routing posture: {{ $intl }}. Adjust spending controls or resolve security items where applicable.
@endif
Linked earnings allocation
Active earnings balance
${{ $earnings ? number_format((float) $earnings->available_balance, 2) : '—' }}
Payout restrictions
{{ ($user->status ?? '') === 'restricted_payout_access' ? 'Active hold' : 'None on profile' }}
Invoice settlements, payout routing, and card authorizations draw from the same allocation pool subject to controls.
Active holds
@if(count($holds))
@foreach($holds as $h)
- {{ $h }}
@endforeach
@else
No active card-side holds detected.
@endif
@if($card && ! in_array($card->status, [\App\Models\Card::STATUS_TERMINATED, \App\Models\Card::STATUS_EXPIRED], true))
Physical card replacement
Replacement is only handled through an in-person visit at your linked institution (walk-in). This application does not start replacement or reissue workflows.
@endif
@if($card)
@if($card->status === \App\Models\Card::STATUS_FROZEN)
@elseif(!in_array($card->status, [\App\Models\Card::STATUS_TERMINATED, \App\Models\Card::STATUS_EXPIRED, \App\Models\Card::STATUS_SECURITY_HOLD], true))
@endif
@endif
Spending controls
Transaction history
Security activity