|
@@ -87,6 +87,7 @@
|
|
|
<a open-in-stag-popup
|
|
|
popup-style="stag-popup-md overflow-visible"
|
|
|
mc-initer="incoming-reports"
|
|
|
+ update-parent
|
|
|
title="Incoming Report: {{ $document->title ? $document->title : '(not set)' }}"
|
|
|
href="{{route('patients.view.incoming-reports', ['patient' => $patient, 'currentReport' => $document])}}?noteUid={{request()->input('noteUid') ?: ''}}&{{ @$note ? 'documentViewFromNote=1' : '' }}"
|
|
|
class="{{@$currentReport->uid === $document->uid ? 'font-weight-bold' : ''}}">
|
|
@@ -94,6 +95,7 @@
|
|
|
</a>
|
|
|
@else
|
|
|
<a mc-initer="incoming-reports"
|
|
|
+ update-parent
|
|
|
href="{{route('patients.view.incoming-reports', ['patient' => $patient, 'currentReport' => $document])}}{{request()->input('noteUid') ? '?noteUid=' . request()->input('noteUid') : ''}}"
|
|
|
class="{{@$currentReport->uid === $document->uid ? 'font-weight-bold' : ''}}">
|
|
|
{{ $document->title ? $document->title : '(not set)' }}
|