@extends('layouts.app') @section('content') @php $todayTasks = \App\Models\Task::where('due_date', now()->toDateString())->where('status', 'pending')->get(); @endphp @if($todayTasks->count())
Task Reminders
Follow-Up Reminders
Welcome to your CRM overview
Total Leads
{{ $totalLeads }}
Converted Leads
{{ $convertedLeads }}
Total Customers
{{ $totalCustomers }}
Open Tasks
{{ $openTasks }}
Total Revenue
${{ number_format($revenue, 2) }}