{{ $totalCalls }}
Total Calls Logged
{{ $happyCalls }}
Satisfied / Happy
{{ $sadCalls }}
Concerned / Sad
{{ $angryCalls }}
Frustrated / Angry
{{ $totalTodosCount }}
Actionable Tasks
Date-wise Client Call Logs
Review date-wise meeting transcripts, inspect emotional sentiment drivers, and export MoMs & actionable tasks in .txt format.
📞
No Call Logs Recorded Yet
Once client calls are held, full AI transcription, MoM, and To-Do lists will be logged here date-wise.
📅 {{ \Carbon\Carbon::parse($dateKey)->format('F j, Y') }}
{{ $notes->count() }} {{ $notes->count() === 1 ? 'call' : 'calls' }}
{{ $note->meeting->title ?? 'Client Call' }}
{{ $note->client->project_name ?? 'Project' }}
@if($hasRec)
🎥 Recorded
@endif
{{ $note->summary ?? 'Meeting concluded with milestone alignment.' }}