@csrf @if (isset($lead)) @method('PUT') @endif

{{ isset($lead->id) ? 'Edit Lead' : 'Add Lead' }}

{{-- Company --}}
{{-- Product --}}
{{-- Lead Type --}}
lead_type ?? 'individual') == 'individual' ? 'checked' : '' }}> lead_type ?? 'individual') == 'business' ? 'checked' : '' }}>
{{-- Individual Fields --}}
{{-- Business Fields --}}
{{-- Common Fields --}}
Cancel