{{ $this->attributeId ? __('Update Attribute') : __('Create Attribute') }}
{{ __('Attribute order') }}:
{{ __('Price influence') }}:
{{ __('Close') }} {{ $this->attributeId ? __('Apply changes') : __('Add') }}
@foreach ($attributes as $attribute) @endforeach
{{ __('Attribute name') }} {{ __('Attribute order') }} {{ __('Price influence') }}
{{ $attribute->translations[0]->name ?? __("It doesn't matter in this language") }} {{ $attribute->order }}
@if ($attribute->price_influence) @endif
{{ __('Delete record') }} @if (session()->has('error')) {{ session('error') }} @endif {{ __('Are you sure you would like to delete this record?') }} {{ __('Close') }} {{ __('Delete') }}