@php // echo "
";
	// print_r($GetREsult);
// echo "
"; @endphp

Leads Report - Date wise

@foreach($GetREsult as $Date=>$RecordDetails) @php $DisplayDate=date('d-M-y',strtotime($Date)); @endphp @endforeach
Date New Leads Created Leads Updated Pushed To Dialler Calls Attempted Calls Answered No of Leads Marked Interested No of Student Reg Created No of Appointment Reg Created
{{$DisplayDate}} {{$RecordDetails['LeadsCreated']}} {{$RecordDetails['LeadsUpdated']}} {{$RecordDetails['ScheduleCallsCnt']}} {{$RecordDetails['CallRecordCnt']}} {{$RecordDetails['CallRecordAnsweredCnt']}} {{$RecordDetails['LeadsIntrested']}} {{$RecordDetails['StudentRegistrationCnt']}} {{$RecordDetails['AppointmentCnt']}}