diff --git a/resources/views/partials/auth/head.blade.php b/resources/views/partials/auth/head.blade.php index a8262883b..f302a7aeb 100644 --- a/resources/views/partials/auth/head.blade.php +++ b/resources/views/partials/auth/head.blade.php @@ -31,7 +31,7 @@ @livewireStyles diff --git a/resources/views/partials/install/head.blade.php b/resources/views/partials/install/head.blade.php index 914dee964..2d02a5a20 100644 --- a/resources/views/partials/install/head.blade.php +++ b/resources/views/partials/install/head.blade.php @@ -29,7 +29,7 @@ @livewireStyles @stack('js') diff --git a/resources/views/partials/maintenance/head.blade.php b/resources/views/partials/maintenance/head.blade.php index deea63564..ded9aa3fe 100644 --- a/resources/views/partials/maintenance/head.blade.php +++ b/resources/views/partials/maintenance/head.blade.php @@ -19,7 +19,7 @@ @stack('stylesheet') diff --git a/resources/views/partials/modules/bar.blade.php b/resources/views/partials/modules/bar.blade.php index f5ec5d67c..670389373 100644 --- a/resources/views/partials/modules/bar.blade.php +++ b/resources/views/partials/modules/bar.blade.php @@ -13,7 +13,7 @@ :value="'{{ request('category') }}'" @change="onChangeCategory($event)" > - {{ Form::hidden('category_page', url("apps/categories"), ['id' => 'category_page']) }} + {{ Form::hidden('category_page', url(company_id() . "/apps/categories"), ['id' => 'category_page']) }}
diff --git a/resources/views/partials/modules/head.blade.php b/resources/views/partials/modules/head.blade.php index 3a42b6359..e413ac9d2 100644 --- a/resources/views/partials/modules/head.blade.php +++ b/resources/views/partials/modules/head.blade.php @@ -31,7 +31,7 @@ @stack('stylesheet') diff --git a/resources/views/partials/signed/head.blade.php b/resources/views/partials/signed/head.blade.php index b3f2a0607..cbc1bdda3 100644 --- a/resources/views/partials/signed/head.blade.php +++ b/resources/views/partials/signed/head.blade.php @@ -33,7 +33,7 @@ @livewireStyles diff --git a/resources/views/partials/wizard/head.blade.php b/resources/views/partials/wizard/head.blade.php index 753fcbc8c..864b6aced 100644 --- a/resources/views/partials/wizard/head.blade.php +++ b/resources/views/partials/wizard/head.blade.php @@ -33,7 +33,7 @@ @livewireStyles