|
@@ -531,7 +531,7 @@
|
|
$shortcuts = "";
|
|
$shortcuts = "";
|
|
$latestSectionTS = 0;
|
|
$latestSectionTS = 0;
|
|
?>
|
|
?>
|
|
- <div class="{{ $note->is_signed_by_hcp ? 'note-signed-by-hcp' : '' }} {{$isVisitTemplateBased && $note->visitTemplate->internal_name === 'soap_visit' ? 'w-50' : ''}}">
|
|
|
|
|
|
+ <div class="{{ $note->is_signed_by_hcp ? 'note-signed-by-hcp' : '' }} {{$isVisitTemplateBased && $note->visitTemplate->internal_name === 'soap_visit' ? 'w-30' : ''}}">
|
|
@if($isVisitTemplateBased && $doesVisitTemplateLayoutExist)
|
|
@if($isVisitTemplateBased && $doesVisitTemplateLayoutExist)
|
|
@include($visitLayoutPath)
|
|
@include($visitLayoutPath)
|
|
@elseif($isVisitTemplateBased && !$doesVisitTemplateUiConfigExist)
|
|
@elseif($isVisitTemplateBased && !$doesVisitTemplateUiConfigExist)
|
|
@@ -543,7 +543,7 @@
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
@if($isVisitTemplateBased && $note->visitTemplate->internal_name === 'soap_visit')
|
|
@if($isVisitTemplateBased && $note->visitTemplate->internal_name === 'soap_visit')
|
|
- <div class="w-50 border-left">
|
|
|
|
|
|
+ <div class="w-70 border-left">
|
|
@if($isVisitTemplateBased && !$note->is_signed_by_hcp)
|
|
@if($isVisitTemplateBased && !$note->is_signed_by_hcp)
|
|
@include('app.patient.note.note-segment-list-rhs')
|
|
@include('app.patient.note.note-segment-list-rhs')
|
|
@endif
|
|
@endif
|