@foreach($customFieldValues as $customFieldValue)
! $loop->last])>
{{ $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