@if($this->isLocked) {{ __('adminhub::settings.attributes.show.locked') }} @endif
@foreach($this->languages as $language) @endforeach @foreach($this->attributeTypes as $value => $label) @endforeach @foreach($this->attributeGroups as $group) @endforeach @foreach($this->types as $value => $label) @endforeach @if($this->configType == 'text') @endif
{{ __( $attribute->id ? 'adminhub::settings.attributes.form.update_btn' : 'adminhub::settings.attributes.form.create_btn' ) }}
@if($attribute->id && !$attribute->system && !$attribute->wasRecentlyCreated)
{{ __('adminhub::inputs.danger_zone.title') }}
{{ __('adminhub::inputs.danger_zone.label', [ 'model' => 'Attribute' ]) }}

{{ __('adminhub::inputs.danger_zone.instructions', [ 'model' => 'attribute', 'attribute' => 'handle', ]) }}

{{ __('adminhub::global.delete') }}
@endif