|
@@ -220,7 +220,21 @@
|
|
|
<i class="fa fa-check"></i>
|
|
|
Yes
|
|
|
@if($iPatient->mcp_rm_generic_bill_id)
|
|
|
- (Billed: ${{friendly_money($iPatient->mcp_rm_generic_bill_expected_payment_amount)}})
|
|
|
+ (Billed: ${{friendly_money($iPatient->mcp_rm_generic_bill_expected_payment_amount)}})
|
|
|
+
|
|
|
+ <div moe
|
|
|
+ class="d-inline-block {{ $iPatient->mcp_rm_generic_bill_generic_pro_id !== $pro->id ? 'moe-disabled' : '' }}"
|
|
|
+ title="{{ $iPatient->mcp_rm_generic_bill_generic_pro_id !== $pro->id ? 'Only the bill\'s pro can sign' : '' }}">
|
|
|
+ <a class="text-nowrap" href="" show start>Sign</a>
|
|
|
+ <form url="/api/bill/signAsGenericPro">
|
|
|
+ <input type="hidden" name="uid" value="{{$iPatient->mcp_rm_generic_bill_uid}}">
|
|
|
+ <p>Sign this bill?</p>
|
|
|
+ <div class="mb-0">
|
|
|
+ <button class="btn btn-success btn-sm" submit>Sign</button>
|
|
|
+ <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
@endif
|
|
|
</span>
|
|
|
@else
|