|
|
Hello {{ $user->name ?? 'Admin' }},
|
|
|
Here is your {{ ucfirst($report_type ?? 'Weekly') }} Call Report summary for the period mentioned below.
|
|
| Report Type |
: {{ ucfirst($report_type ?? 'Weekly') }} |
| From |
: {{ $from_date ?? '2026-05-09 12:07:11' }} |
| To |
: {{ $to_date ?? '2026-06-08 12:07:11' }} |
| Total Calls |
: {{ $total_calls ?? 0 }} |
|
|
|
|
This is an automated report. If you believe there is a discrepancy,
please contact our support team for assistance.
|
|
|
|
© {{ date('Y') }} {{ $org_name ?? 'Your Organization' }}. All rights reserved.
|