@php $idSuffix = $idSuffix ?? 'create'; @endphp
{{-- Tab 1: Customer Information (ePOS layout) --}}
Personal Information
{{ ($customerNo ?? '') ? 'Auto-generated (not editable).' : 'Assigned when you save (new customer).' }}
Required. Used for reporting and invoices.
Miscellaneous
From opening balance (read-only).
Active :
Contact Information
Notes
{{-- Tab 2: SMS & Email --}}
SMS & Email

Reserve this area for SMS templates, email alerts, and notification preferences (same structure as ePOS).

Configuration coming soon

You will be able to set invoice SMS, reminders, and SMTP defaults per customer here.

Reserved for a future release
{{-- Tab 3: Vehicle Reading --}}
Vehicle Reading

Add multiple vehicles under this customer. These vehicles will appear in Work Orders / Invoices dropdown after selecting the customer.

@if($idSuffix === 'create')
Save the customer first, then open Edit to add vehicles.
@else

No vehicles yet.
@endif
{{-- Tab 4: Attachments --}}
Attachments

Upload CNIC, agreements, invoices, or any customer-related documents.

Allowed: JPG/PNG/PDF. Max 5MB each. You can select multiple files.
No documents uploaded yet.