@if (! $acProvided)
Issue the activation code outside this app, then set AC status to Provided.
@else
Fulfillment is recorded. Keep product and party data aligned with the activated license.
@endif
@if ($ac->requiresEndUserConfirmation() && ! $confirmed)
End-user confirmation is still outstanding. Use Resend EU confirm if the mail was missed.
@elseif ($ac->isNfr())
NFR requests skip end-user confirmation. The queue shows an NFR overlay.
@elseif ($ac->isOwnUse())
Reseller and end-user companies match, so this is treated as Own Use.
@endif