소스 검색

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