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

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

{{__('Go Back ')}}
@if($errors) @foreach ($errors->all() as $error) @endforeach
{{ $error }}
@endif @if(Session::has('message')) @endif
{{__('first_name')}} {{__('last_name')}} * {{__('website')}} {{__('email')}} {{__('phone')}} {{__('whatsapp')}} {{__('prospect_status')}}
{{__('John')}} {{__('Doe')}} {{__('alea.com')}} {{__('john@demo.com')}} {{__('9899999999')}} {{__('9999666666')}} {{__('Prospect')}}
@csrf

@endsection