|
@@ -1753,7 +1753,7 @@
|
|
|
@endif
|
|
|
@endif
|
|
|
|
|
|
-
|
|
|
+
|
|
|
<hr class="m-negator mt-4 mb-3">
|
|
|
|
|
|
{{-- claims --}}
|
|
@@ -2126,6 +2126,58 @@
|
|
|
@endif
|
|
|
|
|
|
@endif
|
|
|
+ <hr class="m-negator mt-4 mb-3">
|
|
|
+ <div>
|
|
|
+ Is RM interaction waived: {{$careMonth->is_rm_interaction_waived? 'Yes': 'No'}}
|
|
|
+ <div moe class="text-left mt-1" title="Cancel Claim">
|
|
|
+ <a class="" href="" show start>Set Is RM Interaction Waived To False</a>
|
|
|
+ @if($careMonth->is_rm_interaction_waived)
|
|
|
+ <form url="/api/careMonth/setIsRmInteractionWaivedToFalse">
|
|
|
+ <input type="hidden" name="uid" value="{{$careMonth->uid}}">
|
|
|
+ <p>Set is RM interaction waived to false?</p>
|
|
|
+ <div class="mb-0">
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
+ <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ @else
|
|
|
+ <form url="/api/careMonth/setIsRmInteractionWaivedToTrue">
|
|
|
+ <input type="hidden" name="uid" value="{{$careMonth->uid}}">
|
|
|
+ <p>Set is RM interaction waived to true?</p>
|
|
|
+ <div class="mb-0">
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
+ <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div>
|
|
|
+ Is RM interaction waived: {{$careMonth->is_rm_time_waived? 'Yes': 'No'}}
|
|
|
+ <div moe class="text-left mt-1" title="Cancel Claim">
|
|
|
+ <a class="" href="" show start>Set Is RM Time Waived To False</a>
|
|
|
+ @if($careMonth->is_rm_time_waived)
|
|
|
+ <form url="/api/careMonth/setIsRmTimeWaivedToFalse">
|
|
|
+ <input type="hidden" name="uid" value="{{$careMonth->uid}}">
|
|
|
+ <p>Set is RM Time waived to false?</p>
|
|
|
+ <div class="mb-0">
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
+ <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ @else
|
|
|
+ <form url="/api/careMonth/setIsRmTimeWaivedToTrue">
|
|
|
+ <input type="hidden" name="uid" value="{{$careMonth->uid}}">
|
|
|
+ <p>Set is RM time waived to true?</p>
|
|
|
+ <div class="mb-0">
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
+ <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
<hr class="m-negator my-3">
|
|
|
|