@foreach ($propertyTypes as $propertyType)
@foreach ($propertyAttributes as $propertyAttribute)
{{-- {{ dd($propertyDetails) }} --}}
@php
$propertyDetailKey = "property_{$propertyType->id}_{$propertyAttribute->id}";
$existingValue = isset($propertyDetails[$propertyDetailKey])
? $propertyDetails[$propertyDetailKey]
: null;
@endphp
@endforeach
@endforeach