|
@@ -140,6 +140,23 @@
|
|
</form>
|
|
</form>
|
|
</span>
|
|
</span>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
|
|
+@if($note->method === 'IN_CLINIC' || $pro->pro_type === 'ADMIN')
|
|
|
|
+ <span class="ml-auto">
|
|
|
|
+ Payer: <b>{{$note->hcpCompanyProPayer && $note->hcpCompanyProPayer->payer ? $note->hcpCompanyProPayer->payer->name : '-'}}</b>
|
|
|
|
+ <span moe class="ml-2">
|
|
|
|
+ <a class="text-primary" href="" show start><i class="fa fa-edit"></i></a>
|
|
|
|
+ <form url="/api/note/fooBar" right>
|
|
|
|
+ <input type="hidden" name="uid" value="{{$note->uid}}">
|
|
|
|
+ <p>Underway</p>
|
|
|
|
+ <div class="mb-0">
|
|
|
|
+ <button class="btn btn-success btn-sm" submit>Submit</button>
|
|
|
|
+ <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ </span>
|
|
|
|
+ </span>
|
|
|
|
+@endif
|
|
<script>
|
|
<script>
|
|
(function() {
|
|
(function() {
|
|
let selectedCodeHourlyRate = 0;
|
|
let selectedCodeHourlyRate = 0;
|