@include('Partials.sidebar')
@include('Partials.header')

New Lead

  1. Leads
  2. New
Lead Details
@csrf @php $countryCodes = [ '+91' => '🇮🇳 +91 India', '+1' => '🇺🇸 +1 USA / Canada', '+44' => '🇬🇧 +44 UK', '+61' => '🇦🇺 +61 Australia', '+971' => '🇦🇪 +971 UAE', '+966' => '🇸🇦 +966 Saudi Arabia', '+974' => '🇶🇦 +974 Qatar', '+968' => '🇴🇲 +968 Oman', '+965' => '🇰🇼 +965 Kuwait', '+973' => '🇧🇭 +973 Bahrain', '+65' => '🇸🇬 +65 Singapore', '+60' => '🇲🇾 +60 Malaysia', '+27' => '🇿🇦 +27 South Africa', '+92' => '🇵🇰 +92 Pakistan', '+880' => '🇧🇩 +880 Bangladesh', '+94' => '🇱🇰 +94 Sri Lanka', '+977' => '🇳🇵 +977 Nepal', '+33' => '🇫🇷 +33 France', '+49' => '🇩🇪 +49 Germany', '+86' => '🇨🇳 +86 China', '+81' => '🇯🇵 +81 Japan', '+82' => '🇰🇷 +82 South Korea', '+7' => '🇷🇺 +7 Russia', ]; @endphp
{{-- Phone with country code --}}
Enter number without country code
{{-- Hidden plot_id --}} @if(!empty($prefill['plot_id'])) @endif
Cancel
@include('Partials.footer')