|
@@ -612,9 +612,11 @@
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section class="vbox mt-2 align-self-start ml-1">
|
|
<section class="vbox mt-2 align-self-start ml-1">
|
|
|
|
+ @if($performer->pro->pro_type == 'ADMIN')
|
|
<div>
|
|
<div>
|
|
<button class="col-2-button" onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')">Check Video</button>
|
|
<button class="col-2-button" onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')">Check Video</button>
|
|
</div>
|
|
</div>
|
|
|
|
+ @endif
|
|
<div>
|
|
<div>
|
|
<button class="col-2-button" onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')">Join Video</button>
|
|
<button class="col-2-button" onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')">Join Video</button>
|
|
</div>
|
|
</div>
|