|
@@ -30,7 +30,7 @@
|
|
<th class="px-3 border-0">Created</th>
|
|
<th class="px-3 border-0">Created</th>
|
|
<th class="border-0">Effective Date</th>
|
|
<th class="border-0">Effective Date</th>
|
|
<th class="border-0">Patient</th>
|
|
<th class="border-0">Patient</th>
|
|
- <th class="border-0 w-50">Content</th>
|
|
|
|
|
|
+ <th class="border-0 w-50">Pro</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -48,6 +48,9 @@
|
|
<td class="">
|
|
<td class="">
|
|
<a href="/patients/view/{{ $note->client->uid }}">{{ $note->client->displayName() }}</a>
|
|
<a href="/patients/view/{{ $note->client->uid }}">{{ $note->client->displayName() }}</a>
|
|
</td>
|
|
</td>
|
|
|
|
+ <td class="">
|
|
|
|
+ {{ $note->hcpPro ? $note->hcpPro->displayName() : '-' }}
|
|
|
|
+ </td>
|
|
<td class="">
|
|
<td class="">
|
|
<?php
|
|
<?php
|
|
$textContent = strip_tags($note->free_text_html);
|
|
$textContent = strip_tags($note->free_text_html);
|