@csrf @php // Contact details keyed by customer id, so picking a customer auto-fills the form. $customerMap = $customers->mapWithKeys(fn ($c) => [$c->id => [ 'name' => $c->name, 'phone' => $c->phone, 'email' => $c->email, ]]); @endphp {{-- Section: linked customer + contact details --}}
{{ __('leads.sec_contact') }}
{{ __('leads.link_customer_hint') }}
{{-- Section: the financing opportunity --}}
{{ __('leads.sec_opportunity') }}
@isset($lead)
@endisset
{{-- Section: follow-up + source + owner --}}
{{ __('leads.sec_follow_up') }}
{{-- Section: notes --}}
{{ __('leads.sec_notes') }}
{{ __('app.cancel') }}
@push('scripts') @endpush