@include('livewire.customers.create', [
'customerCategories' => $customerCategories ?? null,
'formAction' => route('customers.store'),
'formMethod' => 'POST',
'formId' => 'customer-form',
'submitLabel' => 'Add',
'customer' => null,
'redirectUrl' => route('customers.index'),
])
@endsection