@@ -8,6 +8,7 @@
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
+ <th>HCP</th>
<th>Date</th>
<th>Day in Program</th>
<th>Day in MCP Program</th>
@@ -49,6 +50,9 @@
}
?>
+ <td>
+ {{$note->hcpPro->displayName}}
+ </td>
<td>
{{ $d }}
</td>