Преглед изворни кода

added claims resolver view

unknown пре 4 година
родитељ
комит
cbcf9fd03e
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      resources/views/app/patient/claims-resolver.blade.php

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

@@ -15,6 +15,7 @@
             <th>Days with HCP</th>
             <th>Days Since Last Note by HCP</th>
             <th>Days Since Last MCP Type Visit</th>
+            <th>Loop check</th>
             <th>Signed By HCP?</th>
             <th>Content</th>
             <th></th>
@@ -74,6 +75,9 @@
             <td>
                 {{ $daysSinceLastMcpTypeVisit }}
             </td>
+            <td>
+                {{ $loopLastDateSeenByMcpTypePro }}
+            </td>
             <td>
                 {{ $note->is_signed_by_hcp }}
             </td>