File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const showingNavigationDropdown = ref(false);
79
79
<BreezeResponsiveNavLink :href =" route('dashboard')" :active =" route().current('dashboard')" >
80
80
Dashboard
81
81
</BreezeResponsiveNavLink >
82
- <BreezeResponsiveNavLink :href =" route('permission.index')" :active =" route().current('permission.index')" >
82
+ <BreezeResponsiveNavLink :href =" route('admin. permission.index')" :active =" route().current('admin. permission.index')" >
83
83
Permissions
84
84
</BreezeResponsiveNavLink >
85
85
</div >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const form = useForm({
31
31
main
32
32
>
33
33
<BaseButton
34
- :route-name =" route('menu.index')"
34
+ :route-name =" route('admin. menu.index')"
35
35
:icon =" mdiArrowLeftBoldOutline"
36
36
label =" Back"
37
37
color =" white"
@@ -41,7 +41,7 @@ const form = useForm({
41
41
</SectionTitleLineWithButton >
42
42
<CardBox
43
43
form
44
- @submit.prevent =" form.post(route('menu.store'))"
44
+ @submit.prevent =" form.post(route('admin. menu.store'))"
45
45
>
46
46
<FormField
47
47
label =" Name"
You can’t perform that action at this time.
0 commit comments