{{ $customerById->customer_name }}
| ID | {{ $globalSettings->invoice_prefix."-".str_pad($customerById->customer_code, 8, '0', STR_PAD_LEFT) }} |
|---|---|
| Address | {{ $customerById->address }} |
| Mobile | {{ $customerById->mobile_no }} |
| {{ $customerById->email }} | |
| Note | {{ $customerById->note }} |
| Category | {{ $customerById->cat_name }} |