@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')
@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 {{--
@if($patient->mcp_pro_id !== $pro->id && $patient->active_mcp_request_id)
Claim as MCP

Claim this patient?

@endif
--}}
{{--

@yield('section-title')

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