@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 ((data_get($reference, 'showStateBadge', false)) === true)
{{ data_get($reference, 'stateLabel', 'Unknown') }}
@endif
@if (filled(data_get($reference, 'technicalDetail.displayId')))
ID {{ data_get($reference, 'technicalDetail.displayId') }}
@endif