|
@@ -37,6 +37,7 @@
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@foreach($patient->memos as $memo)
|
|
@foreach($patient->memos as $memo)
|
|
|
|
+ @if(!$memo->is_admin_only || ($memo->is_admin_only && $performer->pro->pro_type === 'ADMIN') )
|
|
<tr>
|
|
<tr>
|
|
<td>{{ $memo->category }}</td>
|
|
<td>{{ $memo->category }}</td>
|
|
<td><pre class="m-0 break-spaces">{{ $memo->content }}</pre></td>
|
|
<td><pre class="m-0 break-spaces">{{ $memo->content }}</pre></td>
|
|
@@ -81,6 +82,7 @@
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
|
|
+ @endif
|
|
@endforeach
|
|
@endforeach
|
|
</tbody>
|
|
</tbody>
|
|
@else
|
|
@else
|