Browse Source

updated billing report

unknown 4 years ago
parent
commit
f591246b7a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/views/layouts/template.blade.php

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

@@ -115,6 +115,7 @@
                         <a class="dropdown-item" href="{{ route('practice-management.proCalendar') }}">Pro Calendar</a>
 
                         <a class="dropdown-item" href="{{ route('practice-management.billingManager') }}">Billing Manager</a>
+                        <a class="dropdown-item" href="{{ route('practice-management.billing-report') }}">Billing Report</a>
 
                         @if($pro && $pro->pro_type == 'ADMIN')
                             <a class="dropdown-item" href="{{ route('practice-management.processingBillMatrix') }}">Processing Bills</a>