|
@@ -347,7 +347,24 @@
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-3">Stats</div>
|
|
|
+ <div class="col-3">
|
|
|
+ <span class="font-size-14">
|
|
|
+ Days with measurements: <b class="font-size-14 {{$careMonth->number_of_days_with_remote_measurements >= 16 ? 'text-success' : 'text-warning-mellow'}}">
|
|
|
+ {{$careMonth->number_of_days_with_remote_measurements}}
|
|
|
+ @if($careMonth->number_of_days_with_remote_measurements >= 16)
|
|
|
+ <i class="fa fa-check font-size-13"></i>
|
|
|
+ @else
|
|
|
+ <i class="fa fa-exclamation-triangle font-size-13"></i>
|
|
|
+ @endif
|
|
|
+ <span class="ml-1 text-secondary text-sm font-weight-normal">(16 needed)</span>
|
|
|
+ </b>
|
|
|
+ </span>
|
|
|
+ @if($careMonth->number_of_days_with_remote_measurements < 16)
|
|
|
+ <div class="alert alert-warning p-2 mt-3">
|
|
|
+ Need <b>{{16 - $careMonth->number_of_days_with_remote_measurements}} more days</b> with measurements before RM becomes billable.
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<table class="table table-striped table-sm table-bordered mt-2 mb-0">
|
|
|
<thead>
|