@if($attribute->system) {{ __('adminhub::components.attribute-edit.system_locked') }} @endif @foreach($this->languages->filter(fn ($lang) => !$lang->default) as $language) @endforeach
@foreach($this->fieldTypes as $fieldType) @endforeach @if($this->getFieldType()->getSettingsView())
@include($this->getFieldType()->getSettingsView())
@endif
{{ __('adminhub::components.attribute-edit.cancel_btn') }} {{ __('adminhub::components.attribute-edit.save_attribute_btn') }}