@foreach ($this->getSlotsByPosition('top') as $slot)
@livewire($slot->component, ['slotModel' => $customer], key('top-slot-' . $slot->handle))
@endforeach
{{ __('adminhub::components.customers.show.customer_groups') }}
@foreach ($this->customerGroups as $group)
@endforeach
@include('adminhub::partials.attributes', ['inline' => true])
@foreach ($this->getSlotsByPosition('bottom') as $slot)
{{ __('adminhub::components.customers.show.save_customer') }}