Ver Fonte

added claims resolver view

unknown há 4 anos atrás
pai
commit
231acb3e06
1 ficheiros alterados com 1 adições e 1 exclusões
  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