|
@@ -34,7 +34,11 @@
|
|
|
<div class="col-6">
|
|
|
|
|
|
{{-- rpm summary for current caremonth --}}
|
|
|
- @include('app/patient/partials/caremonth-summary', ['careMonth' => $patient->currentCareMonth()])
|
|
|
+ @if($patient->currentCareMonth())
|
|
|
+ @include('app/patient/partials/caremonth-summary', ['careMonth' => $patient->currentCareMonth()])
|
|
|
+ @else
|
|
|
+ <div class="alert alert-info">No caremonth for this month.</div>
|
|
|
+ @endif
|
|
|
|
|
|
{{-- appointments --}}
|
|
|
@include('app/patient/partials/appointments')
|