浏览代码

added claims resolver view

unknown 4 年之前
父节点
当前提交
231acb3e06
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/patient/claims-resolver.blade.php

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

@@ -5,6 +5,6 @@
     <h2>HCP Signed Notes: {{$hcpSignedNotes}}</h2>
     <h2>All Notes:</h2>
     @foreach($patient->notesAscending as $note)
-        <h3>Note: $note->effective_dateest</h3>
+        <h3>Note: {{$note->effective_dateest}}</h3>
     @endforeach
 @endsection