@extends('crm.layouts.app') @section('content')
@csrf
{{-- lead Card Starts Here --}}
{{-- ANCHOR SOURCE FIELD --}}
* {{__('Source')}}
{{@$errors->first('lead_source_id')}}
* {{__('Status')}}
{{@$errors->first('lead_status_id')}}
* {{__('Assigned')}}
@php $tempratures = ['Hot','Warm','Cold']; @endphp
{{__('Lead Temprature')}}
@php $score = ['1','2','3','4','5','6','7','8','9','10']; @endphp
{{__('Lead Score')}}
{{__('Prospect Status')}}
{{-- ANCHOR TITLE FIELD --}} * {{__('Title/Position')}}
{{@$errors->first('title_id')}}
* {{__('First Name')}}
* {{__('Last Name')}}
{{@$errors->first('last_name')}}
{{__('Company Name')}}
* {{__('Email')}}
* {{__('Phone')}}
{{__('Fax')}}
{{__('WhatsApp Number')}}
{{__('Website')}}
{{__('Speaks')}}
{{__('Industry')}}
{{__('Notes')}}
{{-- {/* lead Card Ends Here */} --}}
{{-- ADDRESS Card STARTS HERE --}}
{{__('Address Line 1')}}
{{__('Address Line 2')}}
{{__('Country Name')}}
{{__('State Name')}}
{{__('City Name')}}
{{__('Zip')}}
{{__('Phone 1')}}
{{__('Phone 2')}}
{{__('Email 1')}}
{{__('Email 2')}}
       
{{__('Linkedin')}}
{{__('Facebook')}}
{{__('Twitter')}}
{{__('Skype')}}
{{__('Instagram')}}
{{__('YouTube')}}
{{__('Tumblr')}}
{{__('Snapchat')}}
{{__('Reddit')}}
{{__('Pinterest')}}
{{__('Telegram')}}
{{__('Vimeo')}}
{{__('Patreon')}}
{{__('Flickr')}}
{{__('Discord')}}
{{__('Tiktok')}}
{{__('Vine')}}
{{-- --}} {{-- ANCHOR STATUS MODAL starts here --}} {{-- STATUS MODAL starts here --}} {{-- ANCHOR SOURCE MODAL starts here --}} {{-- SOURCE MODAL starts here --}} {{-- ANCHOR TITLE MODAL starts Here --}} {{-- Title Modal Ends Here --}} @endsection @section('scripts') @include('crm.lead.create_js') @endsection