@php $c = $customer ?? null; $extraContacts = old('additional_contacts', $c?->additional_contacts ?? []); if (empty($extraContacts)) { $extraContacts = [['name' => '', 'phone' => '', 'email' => '']]; } @endphp
Enter 15-digit GSTIN and click Fetch (manual entry supported).
also_use_as_vendor))>
client_wise_item_price))>
is_active ?? true))>
Contact
@foreach($extraContacts as $i => $contact)
@endforeach
Billing Address
has_shipping_address))>
Shipping Address

Used for customer balance and payment calculations (amount receivable from client).

@push('scripts') @endpush