|
@@ -1,5 +1,5 @@
|
|
|
<div class="d-flex align-items-stretch m-0 h-100">
|
|
|
- @if(!request()->input('not-enrolled'))
|
|
|
+ {{--@if(!request()->input('not-enrolled'))
|
|
|
<div class="overflow-auto border-right h-100 rpm-matrix-left-column">
|
|
|
@if(request()->input('f_mcp'))
|
|
|
@include('app.stat-tree.summary', ['slug' => 'rm-tree-mcp', 'showForPro' => $pro, 'noDropVisualize' => true, 'stParams' => ['start_date' => $rcmStartDate]])
|
|
@@ -7,7 +7,7 @@
|
|
|
@include('app.stat-tree.summary', ['slug' => 'rm-tree-admin', 'noDropVisualize' => true, 'stParams' => ['start_date' => $rcmStartDate]])
|
|
|
@endif
|
|
|
</div>
|
|
|
- @endif
|
|
|
+ @endif--}}
|
|
|
<div class="flex-grow-1 px-0 overflow-auto h-100 rpm-matrix-right-column">
|
|
|
<?php $trIndex = 0; ?>
|
|
|
@foreach ($patients as $iPatient)
|