Browse Source

added claims resolver view

unknown 4 years ago
parent
commit
0d5572cdeb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      resources/views/app/patient/claims-resolver.blade.php

+ 4 - 0
resources/views/app/patient/claims-resolver.blade.php

@@ -8,6 +8,7 @@
     <table class="table table-bordered table-striped table-condensed">
         <thead>
         <tr>
+            <th>HCP</th>
             <th>Date</th>
             <th>Day in Program</th>
             <th>Day in MCP Program</th>
@@ -49,6 +50,9 @@
                 }
                 ?>
         <tr>
+            <td>
+                {{$note->hcpPro->displayName}}
+            </td>
             <td>
                 {{ $d }}
             </td>