@extends('crm.layouts.app') @section('content')
@include('crm.lead.common.lead_inner_sidebar')
@csrf @method('PUT')
{{-- 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/Rating')}}
{{__('Prospect Status')}}
{{-- ANCHOR TITLE FIELD --}} * {{__('Title/Position')}}
{{--
--}}
{{@$errors->first('title_id')}}
* {{__('First Name')}}
* {{__('Last Name')}}
{{@$errors->first('last_name')}}
{{__('Company Name')}}
* {{__('Email')}} email_opt_out == 'yes') checked @endif />
* {{__('Phone')}} phone_opt_out == 'yes') checked @endif >
{{__('Fax')}} fax_opt_out == 'yes') checked @endif >
{{__('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')}}
is_shipping_address == 'yes') checked @endif />         is_billing_address == 'yes') checked @endif />
{{-- ADDRESS CARD ENDS HERE --}} {{-- SOCIAL MEDIA CARD STARTS --}}
{{__('Linkedin')}}
{{__('Facebook')}}
{{__('Twitter')}}
{{__('Skype')}}
{{__('Instagram')}}
{{__('YouTube')}}
{{__('Tumblr')}}
{{__('Snapchat')}}
{{__('Reddit')}}
{{__('Pinterest')}}
{{__('Telegram')}}
{{__('Vimeo')}}
{{__('Patreon')}}
{{__('Flickr')}}
{{__('Discord')}}
{{__('Tiktok')}}
{{__('Vine')}}
{{-- SOCIAL MEDIA CARD ENDS --}}
{{-- 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.show_js') @yield('inner_script') @endsection