Fix: Исправлены маршруты в шаблонах групп (store, update)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
e793b377d7
commit
0f3bfc087d
|
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
@endif
|
||||
|
||||
<form action="{{ route('admin.groups.store', $organization) }}" method="POST">
|
||||
<form action="{{ route('admin.organizations.groups.store', $organization) }}" method="POST">
|
||||
@csrf
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
@endif
|
||||
|
||||
<form action="{{ route('admin.groups.update', $organization, $group) }}" method="POST">
|
||||
<form action="{{ route('admin.groups.update', $group) }}" method="POST">
|
||||
@csrf
|
||||
@method('PUT')
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Reference in New Issue