@extends('layouts.header') @section('content') @php use App\Models\Demography; //echo "
";
	//	print_r($NewConvertLeadModules);
//echo "
"; @endphp

Convert Lead Config

Contact Fields

@php $countflag=0; $LeadDemoId=""; @endphp @foreach($ContactArray as $fields) @php $DisplayType=$fields->DisplayType; $checkMe=""; if(array_key_exists($fields->DemographyConfigId,$contactFieldArray)) { $contactDemoId=$fields->DemographyConfigId; $checkMe="checked"; $LeadDemoId=$contactFieldArray[$contactDemoId]; } @endphp @php $countflag++; @endphp @endforeach
Field Name Display Name Display Required Map to Field Action
{{$fields->ColumnName}} {{$fields->LabelValue}}
@php $oppcountflag = '0'; @endphp @php $Demography=new Demography; @endphp @foreach($NewConvertLeadModules as $ModuleId=>$CLM) @php $x=1; $ModuleName=$Demography->getModuleName($ModuleId); @endphp

{{$ModuleName}} Fields

@foreach($CLM as $ConfiguredFields) @php $x++; @endphp @endforeach
Slno Column Name
{{$x}} {{$ConfiguredFields->LabelValue}}
@endforeach
@endsection