|
@@ -745,7 +745,7 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
|
|
@endif
|
|
@endif
|
|
|
|
|
|
<section class="mr-4 align-self-start mt-2 ml-auto">
|
|
<section class="mr-4 align-self-start mt-2 ml-auto">
|
|
- <label>Sticky Note:</label> {{$patient->sticky_note ?? '-' }}
|
|
|
|
|
|
+ <label>Sticky Note:</label> <span class="text-secondary">{{$patient->sticky_note ?? '-' }}</span>
|
|
<div moe right class="ml-2 hide-inside-popup">
|
|
<div moe right class="ml-2 hide-inside-popup">
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
<form url="/api/client/updateStickyNote" class="mcp-theme-1">
|
|
<form url="/api/client/updateStickyNote" class="mcp-theme-1">
|