File tree 3 files changed +6
-6
lines changed
livewire/resources/views/layouts
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 97
97
@endif
98
98
99
99
<!-- Authentication -->
100
- <form method =" POST" action =" / logout" >
100
+ <form method =" POST" action =" {{ route ( ' logout' ) } } " >
101
101
@csrf
102
102
103
- <x-jet-dropdown-link href =" / logout"
103
+ <x-jet-dropdown-link href =" {{ route ( ' logout' ) } } "
104
104
onclick =" event.preventDefault();
105
105
this.closest('form').submit();" >
106
106
Logout
156
156
@endif
157
157
158
158
<!-- Authentication -->
159
- <form method =" POST" action =" / logout" >
159
+ <form method =" POST" action =" {{ route ( ' logout' ) } } " >
160
160
@csrf
161
161
162
- <x-jet-responsive-nav-link href =" / logout"
162
+ <x-jet-responsive-nav-link href =" {{ route ( ' logout' ) } } "
163
163
onclick =" event.preventDefault();
164
164
this.closest('form').submit();" >
165
165
Logout
Original file line number Diff line number Diff line change 12
12
</div >
13
13
@endif
14
14
15
- <form method =" POST" action =" / login" >
15
+ <form method =" POST" action =" {{ route ( ' login' ) } } " >
16
16
@csrf
17
17
18
18
<div >
Original file line number Diff line number Diff line change 6
6
7
7
<x-jet-validation-errors class =" mb-4" />
8
8
9
- <form method =" POST" action =" / register" >
9
+ <form method =" POST" action =" {{ route ( ' register' ) } } " >
10
10
@csrf
11
11
12
12
<div >
You can’t perform that action at this time.
0 commit comments