@extends('crm.layouts.app') @section('styles') @endsection @section('content')
@include('crm.layouts.breadcrumb')
date_sort == 'custom') class="row col-md-3 d-show" @else class="row col-md-3 d-hide" @endif id="date_range_col">
@php $tempratures = ['Hot','Warm','Cold']; @endphp
@php $score = ['10','9','8','7','6','5','4','3','2','1','0']; @endphp
{{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{__('Sr.No')}} {{__('Name')}} {{__('Email')}} {{__('Phone')}}{{__('Lead Owner')}}{{__('Source')}} {{__('Status')}} {{__('Prospect')}}{{__('Temp')}}{{__('Score')}}{{__('Created At')}}{{__('Actions')}}
@endsection @section('scripts') @include('crm.lead.index_js') @endsection