|
@@ -775,10 +775,12 @@
|
|
*/ ?>
|
|
*/ ?>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ <hr class="m-negator mt-4 mb-3">
|
|
|
|
+
|
|
<div class="row">
|
|
<div class="row">
|
|
|
|
|
|
{{-- rm bills --}}
|
|
{{-- rm bills --}}
|
|
- {{--<div class="col-6">
|
|
|
|
|
|
+ <div class="col-12">
|
|
@if($careMonth->is_client_enrolled_in_rm)
|
|
@if($careMonth->is_client_enrolled_in_rm)
|
|
<div class="d-flex align-items-center">
|
|
<div class="d-flex align-items-center">
|
|
<h6 class="my-0 text-secondary font-weight-bold text-dark">RM Bill
|
|
<h6 class="my-0 text-secondary font-weight-bold text-dark">RM Bill
|
|
@@ -954,7 +956,7 @@
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
- --}}{{-- cancelled rm bills --}}{{--
|
|
|
|
|
|
+ {{-- cancelled rm bills --}}
|
|
@if(count($cancelledRMBills))
|
|
@if(count($cancelledRMBills))
|
|
@foreach($cancelledRMBills as $cancelledBill)
|
|
@foreach($cancelledRMBills as $cancelledBill)
|
|
<div class="border bg-light p-2 mt-2 on-hover-opaque mb-3">
|
|
<div class="border bg-light p-2 mt-2 on-hover-opaque mb-3">
|
|
@@ -1004,7 +1006,7 @@
|
|
@endforeach
|
|
@endforeach
|
|
@endif
|
|
@endif
|
|
@endif
|
|
@endif
|
|
- </div>--}}
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
{{-- cm bills --}}
|
|
{{-- cm bills --}}
|
|
<?php /*
|
|
<?php /*
|