@extends('crm.layouts.app') @section('content')
@include('crm.customer.common.contact_inner_sidebar')
@csrf @method('PUT')
{{-- Contact Card Starts Here --}}
* {{__('Title')}}
{{@$errors->first('title_id')}}
{{__('First Name')}}
{{@$errors->first('first_name')}}
* {{__('Last Name')}}
{{@$errors->first('last_name')}}
* {{__('Username')}} {{@$errors->first('username')}}
{{__('Email')}}
{{__('Phone')}}
{{__('WhatsApp')}}
{{__('Company Name')}}
{{__('Website')}}
{{__('VAT Number')}}
{{__('Customer Type')}}
{{__('Prospect Type')}}
{{__('Customer Speaks')}}
{{__('Personal ID')}}
{{__('Industry')}}
{{__('Notes')}}
{{__('Birth Date')}}
decision_maker == 'yes') checked @endif /> decision_maker == 'no') checked @endif />
gender == 'male') checked @endif /> gender == 'female') checked @endif /> gender == 'other') checked @endif />
{{__('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 --}}
{{-- All Modal Starts Here --}} @endsection @section('scripts') @include('crm.customer.leadToCustomer_js') @endsection