//text-display.blade.php
<x-dynamic-component
:component="$getFieldWrapperView()"
:id="$getId()"
:label="$getLabel()"
:label-sr-only="$isLabelHidden()"
:helper-text="$getHelperText()"
:hint="$getHint()"
:hint-action="$getHintAction()"
:hint-color="$getHintColor()"
:hint-icon="$getHintIcon()"
:required="$isRequired()"
:state-path="$getStatePath()"
>
<p>Project: {{$this->record->article->project->name}}</p>
<p>Category: {{$this->record->article->category->path}}</p>
<p>Article: {{$this->record->article->title}}</p>
<p>Contractor: {{$this->record->contractor->name}}</p>
</x-dynamic-component>
//text-display.blade.php
<x-dynamic-component
:component="$getFieldWrapperView()"
:id="$getId()"
:label="$getLabel()"
:label-sr-only="$isLabelHidden()"
:helper-text="$getHelperText()"
:hint="$getHint()"
:hint-action="$getHintAction()"
:hint-color="$getHintColor()"
:hint-icon="$getHintIcon()"
:required="$isRequired()"
:state-path="$getStatePath()"
>
<p>Project: {{$this->record->article->project->name}}</p>
<p>Category: {{$this->record->article->category->path}}</p>
<p>Article: {{$this->record->article->title}}</p>
<p>Contractor: {{$this->record->contractor->name}}</p>
</x-dynamic-component>