@php /** @var ?\App\Support\PortfolioTriage\PortfolioArrivalContext $context */ @endphp
@if ($context) @php $familyColor = $context->concernFamily === 'backup_health' ? 'danger' : 'warning'; $stateColor = match ($context->concernState) { 'absent' => 'danger', 'stale', 'degraded', 'weakened', 'unvalidated' => 'warning', default => 'gray', }; @endphp Triage arrival
{{ $context->sourceLabel() }} {{ $context->concernFamilyLabel() }} {{ $context->concernStateLabel() }}
Why this tenant opened
{{ $context->arrivalSummary }}
@if (filled($context->currentTruthDelta))
{{ $context->currentTruthDelta }}
@endif @if (filled($context->claimBoundary))
{{ $context->claimBoundary }}
@endif
@if (filled($context->nextStep['url'] ?? null)) {{ $context->nextStep['label'] }} @elseif (($context->nextStep['disabled'] ?? false) === true)
{{ $context->nextStep['label'] }}
@endif @if (filled($context->returnTarget['url'] ?? null)) {{ $context->returnTarget['label'] }} @endif @if (filled($context->nextStep['helperText'] ?? null))
{{ $context->nextStep['helperText'] }}
@endif
@endif