@if(!isset($edit) && isset($data->positionId->color))
@if ($row->type == 'relationship' || !empty($data->{$row->field}))
@if ($row->type == 'relationship')
@include('voyager::formfields.relationship', ['view' => 'browse','options' => $row->details])
@else
{{ $data->{$row->field} }}
@endif
@endif
@endif