@extends('crm.layouts.app') @section('content')
@include('crm.layouts.breadcrumb')
@csrf
{{__('Customer Card')}}
{{--
* {{__('Username')}} {{@$errors->first('username')}}
--}} {{--
{{__('password')}}
--}}
* {{__('Company Name')}}
{{__('Website')}}
{{__('VAT Number')}}
* {{__('Customer Type')}}
* {{__('Prospect Type')}}
* {{__('Industry')}}
{{__('Notes')}}
{{__('Primary Contact')}}
* {{__('Title/Position')}}
{{@$errors->first('title_id')}}
* {{__('First Name')}}
{{@$errors->first('first_name')}}
* {{__('Last Name')}}
{{@$errors->first('last_name')}}
* {{__('Email')}} {{@$errors->first('email')}}
* {{__('Phone')}}
* {{__('WhatsApp')}}
* {{__('Customer Speaks')}}
{{__('Personal ID')}}
{{__('Birth Date')}}
{{__('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')}}
{{-- All Modal Starts Here --}} {{-- Add Modal Ends Here --}} {{-- ANCHOR TITLE MODAL starts Here --}} {{-- Title Modal Ends Here --}} @endsection @section('scripts') @include('crm.customer.create_js') @endsection