Hi {{ $recipientName ?: 'there' }},
@if ($available <= 0){{ $orgName }} has used all of its patient slots ({{ $inUse }} / {{ $max }}). New patients can't be activated until a slot frees.
@else{{ $orgName }} is running low on patient slots — {{ $available }} of {{ $max }} free ({{ $inUse }} in use).
@endifA slot frees automatically when a patient's access window expires, or immediately when you mark a patient completed. @if ($nextFreeDate) The next slot is expected to open on {{ $nextFreeDate }}. @endif
You're receiving this because you administer {{ $orgName }} on {{ $appName }}.