@php use App\Services\MediaService; @endphp @foreach ($customFields as $field) @php $fieldValues = $productCustomFieldValues[$field->id] ?? collect(); $fieldValues = $fieldValues->isEmpty() ? collect([null]) : $fieldValues; @endphp