@@ -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