@php($customerCategories = $customerCategories ?? \App\Models\CustomerCategory::all()) @php($customer = $customer ?? null) @php($formAction = $formAction ?? route('customers.store')) @php($formMethod = $formMethod ?? 'POST') @php($formId = $formId ?? 'customer-form') @php($submitLabel = $submitLabel ?? 'Save') @php($redirectUrl = $redirectUrl ?? route('customers.index')) @php($isModal = $isModal ?? false) @if($isModal)
@endif @push('page-scripts') @endpush