|
@@ -307,7 +307,7 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
|
|
|
</div>
|
|
|
<?php $iCM = $patient->isAwaitingRMCommunicationFromMCP(); ?>
|
|
|
@if($iCM !== FALSE)
|
|
|
- <div class="d-block my-0 mx-2 p-2 alert alert-warning mcp-theme-1 border border-warning text-dark">
|
|
|
+ <div class="d-block mb-2 mx-2 p-2 alert alert-warning mcp-theme-1 border border-warning text-dark rounded-0 ">
|
|
|
<span class="font-size-13">
|
|
|
<i class="fa fa-exclamation-triangle mr-1"></i>
|
|
|
This patient has not had RPM-related interactive communication this month. Please document interactive time
|
|
@@ -322,7 +322,7 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
|
|
|
</div>
|
|
|
@endif
|
|
|
@if($pro->pro_type === 'ADMIN')
|
|
|
- <div class="screen-only {{$iCM !== FALSE ? 'mt-2' : ''}} card-header py-2 d-flex align-items-start justify-content-between mcp-theme-1 bg-aliceblue hide-inside-popup">
|
|
|
+ <div class="screen-only p-2 d-flex align-items-start justify-content-between mcp-theme-1 bg-aliceblue hide-inside-popup border-top">
|
|
|
<div class="d-flex align-items-center">
|
|
|
<b class="">Tags ({{count($patient->clientTags)}}):</b>
|
|
|
@foreach($patient->clientTags as $tag)
|
|
@@ -380,7 +380,7 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
|
|
|
</div>
|
|
|
@endif
|
|
|
</div>--}}
|
|
|
- <div class="card-body {{$routeName === 'patients.view.notes.view.dashboard' ? 'p-0' : ''}}">
|
|
|
+ <div class="card-body {{$routeName === 'patients.view.notes.view.dashboard' ? 'p-0' : ''}} border-top">
|
|
|
{{--<h1 class="h3">@yield('section-title')</h1>--}}
|
|
|
<div class="mcp-theme-1">
|
|
|
@yield('inner-content')
|