@props([ 'attributes_list', ]) @foreach($attributesList as $kay=>$list) @if($list['type'] =='text')
@endif @if($list['type'] =='number')
@endif @if($list['type'] =='date')
@endif @if($list['type'] =='color')
@endif @if($list['type'] =='select')
@endif @endforeach