@foreach (App\Models\Attribute::whereType('propertyType')->whereNull('parent_id')->get() as $attr)
@endforeach
@foreach (App\Models\Attribute::whereType('propertyType')->whereParentId(39)->get() as $attr)
@endforeach
@foreach (App\Models\Attribute::whereType('propertyType')->whereParentId(40)->get() as $attr)
@endforeach