|
@@ -10,6 +10,18 @@
|
|
|
<i class="fas fa-user-injured"></i>
|
|
|
RM Bills to Sign
|
|
|
</strong>
|
|
|
+ @if($pro->is_hcp)
|
|
|
+ <div moe="" relative class="ml-auto">
|
|
|
+ <a class="font-weight-bold" href="#" show start>Sign All Bills</a>
|
|
|
+ <form url="/api/bill/signAllPendingForRM" right>
|
|
|
+ <p>Sign all bills?</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
|
|
|
</div>
|
|
|
<div class="card-body p-0">
|
|
|
|