@foreach($this->languages->filter(fn ($lang) => !$lang->default) as $language) @endforeach @if($errors->has('attributeGroup.handle'))
{{ __('adminhub::components.attribute-group-edit.non_unique_handle') }}
@endif
{{ __($attributeGroup->id ? 'adminhub::components.attribute-group-edit.update_btn' : 'adminhub::components.attribute-group-edit.create_btn') }}