|
@@ -29,14 +29,12 @@
|
|
|
@endforeach
|
|
|
@endif
|
|
|
</div>
|
|
|
- @if($record->is_client_video_turned_on)
|
|
|
- <div>
|
|
|
- <a href="#" class="btn btn-sm btn-primary text-primary mt-2 font-weight-bold px-3" onclick="return window.top.openInRHS('/pro/meet/{{ $record->uid }}')">
|
|
|
- <i class="fa fa-phone mr-1"></i>
|
|
|
- Go to Call
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- @endif
|
|
|
+ <div>
|
|
|
+ <a href="#" class="btn btn-sm btn-primary text-primary mt-2 font-weight-bold px-3" onclick="return window.top.openInRHS('/pro/meet/{{ $record->uid }}')">
|
|
|
+ <i class="fa fa-phone mr-1"></i>
|
|
|
+ Go to the client's meeting page
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_setIsDuplicateToTrue', $record->uid)}}" title="Set as not duplicate">Mark as duplicate</a></p>
|