|
@@ -732,6 +732,9 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
|
|
|
<button class="col-2-button" onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')">Check Video</button>
|
|
|
</div>
|
|
|
@endif
|
|
|
+ <div>
|
|
|
+ <button class="col-2-button" onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')">Join Video</button>
|
|
|
+ </div>
|
|
|
</section>
|
|
|
<section class="hide-inside-popup screen-only vbox align-self-start mt-2 mx-2">
|
|
|
@include('app.patient.coverage-status')
|