@extends('layouts.app') @section('body_content')
Today's {{date("d M Y")}}
{{$todays_appointments->count('id')}}
Today's Meetings
{{$todays_appointments->where('visitor', '!=', '')->count('id')}}
T Complete Meetings
{{$todays_appointments->where('status', 'success')->count('id')}}
T Success Meetings
{{$todays_leads->count('id')}}
T Uploaded Leads
Total
{{$all_appointments->count('id')}}
Total Meetings
{{$all_appointments->where('visitor', '!=', '')->count('id')}}
Complete Meetings
{{$all_appointments->where('status', 'success')->count('id')}}
Success Meetings
{{$all_leads->count('id')}}
Uploaded Leads
@php $startDate = new \DateTime(date('Y-01-01')); $currentDate = new \DateTime(); @endphp
@foreach (new DatePeriod($startDate, new DateInterval('P1M'), $currentDate) as $date)
Year ({{ date('Y') }}) Data