Fix: Исправлены маршруты в шаблонах групп (store, update)

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
mirivlad 2026-03-26 09:41:23 +08:00
parent e793b377d7
commit 0f3bfc087d
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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">