Daily Summary Report

Client: {{ $client->name ?? 'N/A' }}
Date: {{ \Carbon\Carbon::now()->format('d M Y') }}

@foreach($allEmployees as $employee) @php $counts = $employee['counts']; @endphp @php $baseUrl = "https://{$client->domain_name}/mails"; $empId = $employee['id']; @endphp @endforeach
Email Positive Negative Neutral Reply Pending From 1 Month Reply Pending From 48Hrs Replied Sales AMC
{{ $counts['countis_not_spam'] ?? 0 }} {{ $counts['countis_spam'] ?? 0 }} {{ $counts['neutral'] ?? 0 }} {{ $counts['reply_pending_1month'] ?? 0 }} {{ $counts['reply_pending_48hrs'] ?? 0 }} {{ $counts['replied_mail'] ?? 0 }} {{ $counts['sales'] ?? 0 }} {{ $counts['amc'] ?? 0 }}

This is an automated system-generated email.