@extends('layouts.master') @section('page-title',$page_info['page_title']) @section('main-section')

{{$page_info['page_name']}}

@if(isSuperAdmin()) @endif @if(rolesAccess('All Leads', 'export') || isSuperAdmin() || isAdmin())
@endif @if(!empty($filter)) @endif
@if(rolesAccess('All Leads', 'view') || isSuperAdmin() || isAdmin()) @endif @php $serial = ($leads->currentPage() - 1) * $leads->perPage() + 1; @endphp @if ($leads->isEmpty()) @else @foreach($leads as $key => $arr) @if(rolesAccess('All Fresh Leads', 'view') || isSuperAdmin() || isAdmin()) @endif @if(rolesAccess('Status Wise', 'view') || isSuperAdmin() || isAdmin()) @endif @endforeach @endif @if(rolesAccess('All Leads', 'view') || isSuperAdmin() || isAdmin()) @endif
#ActionLead ID Status Assigned RM Assigned CM Name Email Mobile Pancard Monthly Income City Employement Type Utm Source Date
No data found
{{$serial++}} {{$arr->leadID}} {{$arr->status}} {{(!empty($arr->rmID) ? getUserNameById('users','userID',$arr->rmID,'displayName') : 'N/A')}} {{(!empty($arr->cmID) ? getUserNameById('users','userID',$arr->cmID,'displayName') : 'N/A')}}{{ucwords($arr->name)}}{{$arr->email}} {{$arr->mobile}} {{$arr->pancard}} {{nf($arr->monthlyIncome)}} {{getUserNameById('lms_cities', 'cityID', $arr->city, 'cityName')}} {{$arr->salaryMode}} {{$arr->utmSource}} {{dft($arr->addedOn)}}
#ActionLead ID Status Assigned RM Assigned CM Name Email Mobile Pancard Monthly Income City Employement Type Utm Source Date
{{ $leads->appends($queryParameters)->links('pagination::bootstrap-5') }}
@endsection @section('custom-js') @endsection