@foreach($customFieldValues as $customFieldValue) {{ $customFieldValue->customField->label }} @php $fieldType = $customFieldValue->customField->type; $fieldValue = $customFieldValue->value; @endphp @if (in_array($fieldType, ['file', 'image'])) {{ $customFieldValue->value }} @else {{ $customFieldValue->value }} @endif @endforeach