@if(!empty($Instanceattributes)) @foreach($Instanceattributes as $key=>$value) @endforeach @endif @if(!empty($attributes)) @foreach($attributes as $preAtt) @endforeach @endif
Attribute Name Value
@php $myKey = explode("+", $key); $mk = $myKey[0]; $AttributeName = $myKey[1]; $AttributeID = $myKey[2]; @endphp {{ $AttributeName }}
@foreach($value as $attribute) @endforeach
Collection Name Value
{!! $attribute['path'] !!} @if($attribute['path'] != '') @if($attribute['AllowHTML'] == "1") @elseif($attribute['isTextArea'] == "1") @else @endif @endif
{{$preAtt->AttributeName}} @if($preAtt->isVirtualAttribute == "1" && $preAtt->isCatalogAttribute != "1")
@elseif($preAtt->isCatalogAttribute == "1") @if($preAtt->isVirtualAttribute == "1")
@else
@endif @elseif($preAtt->InstanceAttribute == "1")
@else
@endif
@if($preAtt->isVirtualAttribute == 1)

{{$preAtt->Value}}

@elseif($preAtt->AllowHTML == 1) @elseif($preAtt->isTextArea == 1) @else @endif