{{-- @foreach($attributes as $attribute) @include('shared.attributes.'. $attribute->type .'.create', compact('attribute')) @endforeach --}} @foreach($attributes as $attribute) @if($attribute->childs->count() > 0 )
@else
@endif @include('shared.attributes.'. $attribute->type .'.create', ['attribute' => $attribute])
@foreach ($attribute->childs as $child) @endforeach @endforeach