diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index ac3c70fa..37a158bb 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -22,15 +22,28 @@
Dashboard
-
-
Bank Accounts
-
-
-
E-Invoice Guideline
+ +
+ + +
-
+
Payments
@@ -120,97 +133,186 @@
@endif +
+@push('scripts') + -
+ setTimeout(function() { + adjustCustomerNavigation(); + adjustAdminNavigation(); + }, 500); +}); + +@endpush