diff --git a/resources/views/care/dashboard.blade.php b/resources/views/care/dashboard.blade.php index 52acae4..37aef58 100644 --- a/resources/views/care/dashboard.blade.php +++ b/resources/views/care/dashboard.blade.php @@ -18,7 +18,7 @@ 'label' => 'Open bills', 'value' => number_format($operational['open_bills']), 'href' => route('care.bills.index'), - 'icon' => '', + 'icon' => '', ], [ 'label' => 'Revenue today', diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index 6875f63..8b2430c 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -44,7 +44,7 @@ if ($permissions->can($member, 'bills.view')) { $nav[] = ['name' => 'Billing', 'route' => route('care.bills.index'), 'active' => request()->routeIs('care.bills.*'), - 'icon' => '']; + 'icon' => '']; } if ($permissions->can($member, 'reports.finance.view')) {