@php echo "
";
//print_r($UnAnsweredCallDetails);
echo "
"; $i=0; @endphp @foreach($UnAnsweredCallDetails as $EachCallRecord) @php $CallRecordId=$EachCallRecord['CallRecordId']; $CallRecordName=$EachCallRecord['CallRecordName']; $CreatedDate=$EachCallRecord['CreatedDate']; $CallsCreatedTimeNew=date('d-m-Y h:i A',strtotime($CreatedDate)); $callerid=$EachCallRecord['callerid']; $CallStatus=$EachCallRecord['CallStatus']; $CallType=$EachCallRecord['CallType']; $ContactId=$EachCallRecord['ContactId']; $LeadId=$EachCallRecord['LeadId']; $username=$EachCallRecord['username']; $LeadorContact=$EachCallRecord['LeadorContact']; $i++; $CallNumber = substr($callerid, -10); $click_to_call=base64_encode($CallNumber); @endphp @endforeach