{{ $brand->name }}

{{ __('adminhub::global.save') }}
@foreach ($this->getSlotsByPosition('top') as $slot)
@livewire($slot->component, ['slotModel' => $brand], key('top-slot-' . $slot->handle))
@endforeach
@include('adminhub::partials.forms.brand')
@include('adminhub::partials.image-manager', [ 'existing' => $images, 'wireModel' => 'imageUploadQueue', 'filetypes' => ['image/*'], ])
@include('adminhub::partials.urls')
@foreach ($this->getSlotsByPosition('bottom') as $slot)
@livewire($slot->component, ['slotModel' => $brand], key('top-slot-' . $slot->handle))
@endforeach
@if ($brand->id && !$brand->getOriginal('default') && !$brand->wasRecentlyCreated)
{{ __('adminhub::inputs.danger_zone.title') }}
{{ __('adminhub::partials.forms.brand_delete_brand') }}

{{ __('adminhub::partials.forms.brand_name_delete') }}

@if ($this->productsCount > 0)
{{ __('adminhub::notifications.brands.delete_protected') }}
@else
{{ __('adminhub::global.delete') }}
@endif
@endif