@extends('crm.layouts.app') @section('content')
@include('crm.layouts.breadcrumb')

{{__('Bulk Import Customers')}}

{{__('Go Back')}}

{{__("Instructions")}}:
{{__("customer_import1")}}
{{__('4. ')}} {{__('prospect_status ')}} {{__("can be Prospect / Lost-Prospect / Non-Prospect")}}
{{__('5. ')}} {{__('customer_type ')}} {{__("can be Customer / Past-Customer / Non-Customer.")}}
{{__('Sample Excel File')}}

@if($errors) @foreach ($errors->all() as $error) @endforeach
{{ $error }}
@endif @if(Session::has('message')) @endif
{{__('customer_type')}} {{__('prospect_status')}} {{__('owner_id')}} * {{__('vat_number')}} {{__('website')}} {{__('industry_id')}} {{__('company_name')}} {{__('title_id')}} * {{__('first_name')}} {{__('last_name')}} * {{__('email')}} {{__('phone')}} {{__('whatsapp')}} {{__('language_id')}} {{__('decision_maker')}} {{__('personal_id')}} {{__('gender')}} {{__('address_line_1')}} {{__('address_line_2')}} {{__('zip')}}
{{__('Customer')}} {{__('Prospect_status')}} {{__('1')}} {{__('861222')}} {{__('Alea.com')}} {{__('1')}} {{__('Alea')}} {{__('2')}} {{__('John')}} {{__('doe')}} {{__('johndoe@example.com')}} {{__('9999955555')}} {{__('9999955555')}} {{__('1')}} {{__('yes')}} {{__('BAC999999')}} {{__('male')}} {{__('lorem ipsum')}} {{__('lorem ipsum')}} {{__('234444')}}
@csrf

@endsection