| Date/Time | Citizen | Phone | Direction | Status | Duration |
|---|---|---|---|---|---|
| {{ $call->started_at?->format('M j, Y g:i A') ?? '-' }} | {{ $call->citizen?->name ?? 'Unknown' }} | {{ $call->phone_number }} |
@if($call->direction === 'inbound')
|
{{ ucfirst($call->status) }} | {{ $call->duration_seconds ? gmdate('i:s', $call->duration_seconds) : '-' }} |
Call records will appear here when household members' phone numbers match incoming calls.