@extends('layouts.header')
@section('content')
@php
$total_records=$TotalRecordsCnt;
$page_num=$Page_num;
$start_from = ($Page_num-1)*$limit;
$BranchOfficeDropDown=$GetDropdownLists['69'];
$LeadDispositionDropDown=$GetDropdownLists['65'];
$LeadSubDispositionDropDown=$GetDropdownLists['66'];
$LeadSourceDropDown=$GetDropdownLists['ddfb84a7-5564-4335-9a18-f1a782c018cf'];
//$a=1;
$a=$start_from+1;
//echo $start_from;
$ModuleId="32f08263-96a5-11eb-948a-56b1773fd56f";
$GetResultQuery=base64_encode($GetResultQuery);
@endphp