@extends('layouts.admin.master') @section('title')Lead {{ $title }} @endsection @push('css') @endpush @section('content') @php $date = request()->get('date') ? request()->get('date') : ""; $date = str_replace("|"," - ",$date); @endphp
Total Lead

{{$totalCount}}

User wise followup
@push('scripts') @endpush @endsection