@props(['demographyconfigId','result','rowid','moduleid']) @php $Field=DB::table('DemographyConfig')->where('DemographyConfigId',$demographyconfigId)->get()->first(); $DisplayName=$Field->LabelValue; $ColumnName=$Field->ColumnName; $LabelValue=$result->$ColumnName; try { $AgentPhoneNo=Auth::user()->PhoneNo; } catch(\Exception $e) { $AgentPhoneNo=""; } $mcubeApiKey="f155247a2c1d343e0d3edeecfe4108bf";//for crm @endphp
{{$LabelValue}}