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