@livewire('tenant.customers.edit-customer', ['customer' => $customer,'districts' => $districts, 'counties' => $counties, 'account_manager' => $account_manager])
{{--
@livewire('tenant.customers.show-customerlocations', ['customer' => $customer])
@livewire('tenant.customers.show-customerservices', ['customer' => $customer])
@livewire('tenant.customers.show-customercontacts', ['customer' => $customer])
@livewire('tenant.customers.show-reports-panel', ['customer' => $customer])
--}}
@if ($errors->any()) @endif