Przeglądaj źródła

fixed tickets path

= 4 lat temu
rodzic
commit
6594a4f567
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      resources/views/layouts/template.blade.php

+ 1 - 1
resources/views/layouts/template.blade.php

@@ -110,7 +110,7 @@
                         <a class="dropdown-item" href="{{ route('practice-management.proCalendar') }}">Pro Calendar</a>
                         @if($pro && $pro->pro_type == 'ADMIN')
                             <a class="dropdown-item" href="{{ route('practice-management.billingManager') }}">Billing Manager</a>
-                            <a class="dropdown-item" href="{{ route('practice-management.tickets') }}">Tickets</a>
+                            <a class="dropdown-item" href="/practice-management/tickets">Tickets</a>
                         @endif
                     </div>
                 </li>