File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <div class =" w-full sm:max-w-md mt-6 px-6 py-4 bg-white shadow-md overflow-hidden sm:rounded-lg" >
77 <form method =" POST" action =" {{ route (' register' ) } }" >
88 @csrf
9+ <input type =" hidden" name =" _token" value =" {{ csrf_token () } }" >
910
1011 <div >
1112 <x-label for =" name" value =" {{ __ (' Name' ) } }" />
3940 </form >
4041 </div >
4142 </div >
42- @endsection
43+ @endsection
Original file line number Diff line number Diff line change 1111 <div class =" w-full sm:max-w-md mt-6 px-6 py-4 bg-white shadow-md overflow-hidden sm:rounded-lg" >
1212 <form method =" POST" action =" {{ route (' admin.register.submit' ) } }" >
1313 @csrf
14+ <!-- Add a hidden CSRF token field as a backup -->
15+ <input type =" hidden" name =" _token" value =" {{ csrf_token () } }" >
1416
1517 <div >
1618 <x-label for =" name" value =" {{ __ (' Name' ) } }" />
4446 </form >
4547 </div >
4648 </div >
47- @endsection
49+ @endsection
You can’t perform that action at this time.
0 commit comments