@if($pro->is_enrolled_as_mcp && !$patient->mcp)
This patient currently does not have an MCP assigned.
@endif @if($patient->has_mcp_done_onboarding_visit !== 'YES' && $patient->is_mcp_onboarding_active === 'NO')
MCP onboarding is not active for this patient.
{{$patient->why_is_mcp_onboarding_not_active_category}}
{{$patient->why_is_mcp_onboarding_not_active_memo}}
@endif
@include('layouts.patient-header')
isAwaitingRMCommunicationFromMCP(); ?> @if($iCM !== FALSE)
This patient has not had RPM-related interactive communication this month. Please document interactive time @if(request()->route()->getName() === 'patients.view.care-months.view.dashboard' && @$careMonth && @$careMonth->id === $iCM->id) here. @else here. @endif
@endif @if($pro->pro_type === 'ADMIN')
Tags ({{count($patient->clientTags)}}): @foreach($patient->clientTags as $tag)
{{$tag->tag}}

Cancel this tag?

@endforeach
+ Add
Best Time to Call: {{ $patient->best_time_to_call ?? '-' }} @include('app.patient.partials.update-best-time-to-call')
@endif
{{--

@yield('section-title')

--}}
@yield('inner-content')