|
@@ -18,7 +18,14 @@
|
|
|
|
|
|
<div id="proCallComponent">
|
|
<div id="proCallComponent">
|
|
|
|
|
|
- <div class="d-flex align-items-center justify-content-center py-3 border-bottom">
|
|
|
|
|
|
+ @if($client)
|
|
|
|
+ <div v-show="videoActive" class="text-center py-2 border-bottom font-weight-normal mcp-theme-1">
|
|
|
|
+ <i class="fa fa-user-injured small mr-2"></i><a href="#" onclick="return window.top.openInLHS('/patients/view/{{$client->uid}}')">
|
|
|
|
+ <span class="font-weight-bold">{{ $client->displayName() }}</span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+ @endif
|
|
|
|
+ <div v-show="!videoActive" class="align-items-center justify-content-center py-3 border-bottom" style="display: flex;">
|
|
{{-- <span class="mr-3">--}}
|
|
{{-- <span class="mr-3">--}}
|
|
{{-- {{ $pro->name_display }} | PRO--}}
|
|
{{-- {{ $pro->name_display }} | PRO--}}
|
|
{{-- </span>--}}
|
|
{{-- </span>--}}
|