瀏覽代碼

Show "Check Video" only to admins

Vijayakrishnan 4 年之前
父節點
當前提交
7824d09279
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      resources/views/layouts/patient.blade.php

+ 2 - 0
resources/views/layouts/patient.blade.php

@@ -612,9 +612,11 @@
                                         </div>
                                     </section>
                                     <section class="vbox mt-2 align-self-start ml-1">
+                                        @if($performer->pro->pro_type == 'ADMIN')
                                         <div>
                                             <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>