Kaynağa Gözat

added claims resolver view

unknown 4 yıl önce
ebeveyn
işleme
231acb3e06

+ 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