@php
$total_records=$TotalRecordsCnt;
$page_num=$Page_num;
$start_from = ($Page_num-1)*$limit;
$LeadSourceDetDropDown=$GetDropdownLists['68'];
$BranchOfficeDropDown=$GetDropdownLists['69'];
$StudyDestinationDropDown=$GetDropdownLists['71'];
$StudyLevelDropdown=$GetDropdownLists['76'];
$LastLevelEducationDropdown=$GetDropdownLists['79'];
$IntakeDropdown=$GetDropdownLists['74'];
$StudyYearDropdown=$GetDropdownLists['72'];
$VendorDropDown=$LeadGetDropdownLists[82];
$LeadDispositionDropDown=$LeadGetDropdownLists[65];
$LeadSubDispositionDropDown=$LeadGetDropdownLists[66];
$LeadSourceDropDown=$LeadGetDropdownLists['ddfb84a7-5564-4335-9a18-f1a782c018cf'];
//$a=1;
$a=$start_from+1;
//echo $start_from;
$LeadModuleId="32f08263-96a5-11eb-948a-56b1773fd56f";
$StudentRegistrationModuleId="f8d9d46f-30c8-41dc-a816-727fd9e058d0";
$GetResultQuery=base64_encode($GetResultQuery);
@endphp
| Sl.No | Student Registration | Leads | Appointments | |||||||||||||||||||
| First Name | Last Name | Phone Mobile | Email Id | Branch Office | Lead Source Det | Study Destination | Created By | Student Registration Created Date | Study Level | Last Level of Education | Intake | Study Year | Lead Full Name | Lead Mobile Number | Vendors | Lead Disposition | Lead Sub Disposition | Lead Source | Lead Created Date | Appointment Created Date | Meeting Date and Time | |
| {{$a}} | {{$EachRecord->FirstName}} | {{$EachRecord->LastName}} | {{$EachRecord->MobileNumber}} | {{$EmailValues}} | @if(array_key_exists($BranchOffice,$BranchOfficeDropDown)) {{$BranchOfficeDropDown[$BranchOffice]}} @else {{$BranchOffice}} @endif | @if(array_key_exists($LeadSourceDet,$LeadSourceDetDropDown)) {{$LeadSourceDetDropDown[$LeadSourceDet]}} @else {{$LeadSourceDet}} @endif {{$LeadSourceDet}} | @if(array_key_exists($StudyDestination,$StudyDestinationDropDown)) {{$StudyDestinationDropDown[$StudyDestination]}} @else {{$StudyDestination}} @endif | @if(array_key_exists($CreatedBy,$getActiveUsersList)) {{$getActiveUsersList[$CreatedBy]['name']}} @else {{$CreatedBy}} @endif | {{$CreatedDate}} | @if(array_key_exists($StudyLevel,$StudyLevelDropdown)) {{$StudyLevelDropdown[$StudyLevel]}} @else {{$StudyLevel}} @endif | @if(array_key_exists($LastLevelEducation,$LastLevelEducationDropdown)) {{$LastLevelEducationDropdown[$LastLevelEducation]}} @else {{$LastLevelEducation}} @endif | @if(array_key_exists($Intake,$IntakeDropdown)) {{$IntakeDropdown[$Intake]}} @else {{$Intake}} @endif | @if(array_key_exists($StudyYear,$StudyYearDropdown)) {{$StudyYearDropdown[$StudyYear]}} @else {{$StudyYear}} @endif | {{$LeadFullName}} | {{$LeadPhoneMobile}} | @if(array_key_exists($Vendors,$VendorDropDown)) {{$VendorDropDown[$Vendors]}} @else {{$Vendors}} @endif | @if(array_key_exists($LeadDisposition,$LeadDispositionDropDown)) {{$LeadDispositionDropDown[$LeadDisposition]}} @else {{$LeadDisposition}} @endif | @if(array_key_exists($LeadSubDisposition,$LeadSubDispositionDropDown)) {{$LeadSubDispositionDropDown[$LeadSubDisposition]}} @else {{$LeadSubDisposition}} @endif | @if(array_key_exists($LeadSource,$LeadSourceDropDown)) {{$LeadSourceDropDown[$LeadSource]}} @else {{$LeadSource}} @endif | {{$LeadCreatedDate}} | {{$AppointmentCreatedDatenew}} | {{$MeetingDateandTimeNew}} |