@php $selectWrapClass = 'mt-1 block w-full min-h-[2.25rem]'; $fieldGrid = 'grid grid-cols-2 lg:grid-cols-4 gap-x-3 gap-y-3'; @endphp
@error('lead_source')

{{ $message }}

@enderror

Contact details are filled from the selected customer and cannot be edited here.

@if (($canAssignLeads ?? false) === true) @if (($salesmen ?? collect())->isNotEmpty()) @else
Assigned to you automatically.
@endif @else
Assigned to you automatically.
@endif
Purchase Intent
@foreach ($purchaseIntentOptions as $option) @endforeach
@include('leads.partials.vehicle-interest-fields', ['lead' => $lead, 'compact' => true, 'captureLayout' => true])
@include('leads.partials.communication-preferences-fields', [ 'communicationPreferences' => $communicationPreferences ?? \App\Support\LeadCommunicationPreferences::defaults(), 'compact' => true, 'captureLayout' => true, ])