@extends('layouts.app') @section('title', 'CRM | Follow-ups') @section('content')
Daily relationship tracker — calls, complaints, and reviews.
Due Today
{{ $stats['due_today'] }}
Done Today
{{ $stats['completed_today'] }}
Repeat Tomorrow
{{ $stats['repeat_tomorrow'] }}
Satisfied (Today)
{{ $stats['satisfied_today'] }}
Complaints (7d)
{{ $stats['complaints_recent'] }}
Reviews Sent
{{ $stats['reviews_sent_today'] }}
Return Visits (7d)
{{ $stats['return_visits_booked'] }}
No calls due today. The team is all caught up.
| Patient | Phone | Trigger | Department | Reason |
|---|---|---|---|---|
|
{{ $f->patient->full_name ?? '—' }} {{ $f->patient->mrn ?? '' }} |
{{ $f->patient->phone ?? '—' }} | {{ $f->triggerLabel() }} | {{ $f->department_snapshot ?? '—' }} | {{ $f->reason }} |