@if ($attributeTemplate->hasVisibleAttributes($existingAttributeNames))
{!! __('attribute_templates.hints.automatic', [ 'link' => link_to($attributeTemplate->getLink(), e($attributeTemplate->name)) ]) !!}
@foreach ($attributeTemplate->entity->attributes as $attribute) @if (!in_array($attribute->name, $existingAttributeNames)) @include('cruds.forms.attributes._attribute', ['resetAttributeId' => true]) @endif @endforeach @endif