浏览代码

fixed merge conflicts

logicpowerhouse 4 年之前
父节点
当前提交
8c3cb31511
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/practice-management/cellular-device-manager.blade.php

+ 1 - 1
resources/views/app/practice-management/cellular-device-manager.blade.php

@@ -8,7 +8,7 @@
 
                 @foreach($allPros as $_pro)
                     <div>
-                        <a href="{{ route('practice-management.hcpBillMatrix', $_pro) }}">
+                        <a href="{{ route('practice-management.cellularDeviceManager', $_pro) }}">
                             {{$_pro->name_last}}, {{$_pro->name_first}}
                         </a>
                     </div>