@if (($reference['isLinkable'] ?? false) === true && filled(data_get($reference, 'linkTarget.url')))
{{ $reference['primaryLabel'] ?? 'Reference' }}
@else
{{ $reference['primaryLabel'] ?? 'Reference' }}
@endif
@if (filled($reference['secondaryLabel'] ?? null))
{{ $reference['secondaryLabel'] }}
@endif
@if (filled($reference['stateDescription'] ?? null))
{{ $reference['stateDescription'] }}
@endif
@if (filled(data_get($reference, 'technicalDetail.fullId')))
ID: {{ data_get($reference, 'technicalDetail.displayId') ?: data_get($reference, 'technicalDetail.fullId') }}
@if (filled(data_get($reference, 'technicalDetail.sourceHint')))
{{ data_get($reference, 'technicalDetail.sourceHint') }}
@endif
@endif
@if ((data_get($reference, 'showStateBadge', false)) === true)
{{ data_get($reference, 'stateLabel', 'Unknown') }}
@endif
@if (filled(data_get($reference, 'linkTarget.contextBadge')))
{{ data_get($reference, 'linkTarget.contextBadge') }}
@endif
@if (($reference['isLinkable'] ?? false) === true && filled(data_get($reference, 'linkTarget.actionLabel')))
{{ data_get($reference, 'linkTarget.actionLabel') }}
@endif